We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881549e commit 6671439Copy full SHA for 6671439
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
platform: [ubuntu-latest, windows-latest]
23
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
24
runs-on: ${{ matrix.platform }}
25
env:
26
IS_MAIN_PYTHON: ${{ matrix.python-version == '3.10' && matrix.platform == 'ubuntu-latest' }}
0 commit comments