Skip to content

Commit 23f8ff8

Browse files
committed
SPEC0/NEP29: Add Python 3.12, drop Python 3.9
1 parent 5dc52b5 commit 23f8ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
strategy:
2525
matrix:
2626
CONDA_PY:
27+
- "3.12"
2728
- "3.11"
2829
- "3.10"
29-
- "3.9"
3030
INTEGRATIONS: [""]
3131
include:
32-
- CONDA_PY: "3.11"
32+
- CONDA_PY: "3.12"
3333
INTEGRATIONS: 'all-optionals'
3434

3535
steps:

0 commit comments

Comments
 (0)