diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45f853617..cd827e37d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: max-parallel: 3 matrix: platform: [ ubuntu-latest, macos-13, windows-latest ] - python-version: [ "3.9", "3.11" ] + python-version: [ "3.9", "3.14" ] steps: - uses: actions/checkout@v3