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 cd42c8c commit dd7b2b2Copy full SHA for dd7b2b2
.github/workflows/python-pytest.yml
@@ -10,7 +10,7 @@ jobs:
10
11
strategy:
12
matrix:
13
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
14
os: [ubuntu-latest, windows-latest]
15
runs-on: ${{ matrix.os }}
16
0 commit comments