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 7de447d commit 6facfdfCopy full SHA for 6facfdf
.github/workflows/quality_check.yml
@@ -46,7 +46,7 @@ jobs:
46
strategy:
47
max-parallel: 5
48
matrix:
49
- python-version: ["3.9","3.10","3.11","3.12","3.13","3.14"]
+ python-version: ["3.9","3.10","3.11","3.12","3.13","3.14.0-rc.3"]
50
env:
51
PYTHON: "${{ matrix.python-version }}"
52
permissions:
0 commit comments