Skip to content

Commit d3e2566

Browse files
committed
Cutdown on versions to speed up for now.
1 parent 61fa8dd commit d3e2566

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
matrix:
1414
python-version:
1515
- 3.8
16-
- 3.9
17-
- "3.10"
16+
# - 3.9
17+
# - "3.10"
1818
- 3.11
19-
- 3.12
19+
# - 3.12
2020
- 3.13
21-
- pypy-3.8
22-
- pypy-3.9
23-
- pypy-3.10
24-
- pypy-3.11
21+
# - pypy-3.8
22+
# - pypy-3.9
23+
# - pypy-3.10
24+
# - pypy-3.11
2525
os:
2626
- ubuntu-latest
2727
- macos-latest

0 commit comments

Comments
 (0)