We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b81f0 commit 2a4b903Copy full SHA for 2a4b903
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
os: ["ubuntu-latest"]
19
- python-version: ["3.11", "3.12"] # NB: also see versions for 'conda'
+ python-version: ["3.12", "3.13"] # NB: also see versions for 'conda'
20
jobtype: ["test"]
21
include:
22
- os: "ubuntu-latest"
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.12", "3.13"]
78
79
- os: "macos-latest"
80
python-version: "3.12"
0 commit comments