We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38debf7 commit 32db681Copy full SHA for 32db681
1 file changed
.github/workflows/python-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
test:
16
strategy:
17
matrix:
18
- version: ["3.10", "3.11", "3.12", "3.13"]
+ version: ["3.14"]
19
os: [ubuntu-latest]
20
runs-on: ${{ matrix.os }}
21
steps:
0 commit comments