diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1cc0768..085f9393 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12', '3.13'] + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] fail-fast: false steps: @@ -223,7 +223,7 @@ jobs: runs-on: ubuntu-latest needs: [test-linux, test-macos, test-windows] if: github.event_name == 'pull_request' - + steps: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2