Skip to content

Commit b2037d8

Browse files
committed
temp try only 3.13 windows
1 parent 5f4f496 commit b2037d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
strategy:
1919
matrix:
2020
os:
21-
- ubuntu-22.04
21+
# - ubuntu-22.04
2222
- windows-2022
2323
python-version:
24-
- '3.8'
25-
- '3.9'
26-
- '3.10'
27-
- '3.11'
28-
- '3.12'
24+
# - '3.8'
25+
# - '3.9'
26+
# - '3.10'
27+
# - '3.11'
28+
# - '3.12'
2929
- '3.13'
3030

3131
steps:

0 commit comments

Comments
 (0)