diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index ba6b3c6a..17ee3d44 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.10", "3.13"] + python-version: ["3.10", "3.14"] runs-on: ${{ matrix.platform }} steps: