Skip to content

Commit e0e4c2e

Browse files
committed
Bump Python versions for testing
1 parent b430d8b commit e0e4c2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-suite.yml

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

3535
steps:

0 commit comments

Comments
 (0)