We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50ad3f commit 2790774Copy full SHA for 2790774
.github/workflows/ci_test_all.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python-version: [ "3.13"]
+ python-version: [ "3.13", "3.14"]
18
runs-on: [ubuntu-latest]
19
20
steps:
0 commit comments