Skip to content

Commit 5fdde31

Browse files
committed
Deprecate 3.11
1 parent 84b81f0 commit 5fdde31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: ["ubuntu-latest"]
19-
python-version: ["3.11", "3.12"] # NB: also see versions for 'conda'
19+
python-version: ["3.12"] # NB: also see versions for 'conda'
2020
jobtype: ["test"]
2121
include:
2222
- os: "ubuntu-latest"
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
matrix:
7676
os: ["ubuntu-latest"]
77-
python-version: ["3.11", "3.12", "3.13"]
77+
python-version: ["3.12"]
7878
include:
7979
- os: "macos-latest"
8080
python-version: "3.12"

0 commit comments

Comments
 (0)