diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index a73ab191..94098ab5 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: platform: [windows-latest, macos-latest, ubuntu-latest] - python-version: ["3.11", "3.13"] + python-version: ["3.11", "3.14"] runs-on: ${{ matrix.platform }} steps: