Skip to content

Commit ef0aebe

Browse files
committed
updated ci
1 parent fcadc29 commit ef0aebe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/async_server_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
matrix:
1111
os:
1212
- ubuntu-latest
13-
- windows-latest
14-
- macos-latest
13+
# - windows-latest
14+
# - macos-latest
1515
python-version:
1616
- "3.7"
1717
- "3.8"
1818
- "3.9"
19-
# - "3.10"
20-
# - "3.11"
21-
# - "3.12"
19+
- "3.10"
20+
- "3.11"
21+
- "3.12"
2222
exclude:
2323
- os: windows-latest
2424
python-version: "3.12"

0 commit comments

Comments
 (0)