Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2db5e27

Browse files
committedFeb 24, 2024·
Retire windows: py37; set minimum pywwt for 3.11
1 parent d2ad8e4 commit 2db5e27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci_workflows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
envs: |
3232
# Standard tests
3333
- linux: py38-test
34-
- linux: py39-devdeps
35-
- linux: py310-test
36-
- linux: py311-devdeps
34+
- linux: py39-test
35+
- linux: py310-test-devdeps
36+
- linux: py311-test
3737
3838
- macos: py38-test
3939
- macos: py39-test

0 commit comments

Comments
 (0)
Please sign in to comment.