We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc26a9a commit 67c5a9eCopy full SHA for 67c5a9e
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
name: PyTest
22
strategy:
23
matrix:
24
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
25
os: [ windows-latest, macos-latest, ubuntu-latest ]
26
fail-fast: true
27
runs-on: ${{ matrix.os }}
0 commit comments