diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c320a11..a4750aa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - ubuntu-latest - macos-latest - windows-latest - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@v6