Skip to content

Commit

Permalink
don't build wheels for 3.9 [skip tests] [skip docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 26, 2024
1 parent 083b074 commit b4a8791
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
matrix:
# Building wheels on linux takes too much time: split wheels into multiple runs
python:
- ["1", "cp39-* cp310-*"]
- ["2", "cp311-* cp312-*"]
- ["1", "cp310-*"]
- ["2", "cp311-*"]
- ["3", "cp312-*"]
os:
- "macos-14"
- "ubuntu-latest"
Expand Down

0 comments on commit b4a8791

Please sign in to comment.