Skip to content

Commit

Permalink
chore: update cibuildwheel to add cp3.12 and pypy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug authored and amaanq committed Nov 12, 2023
1 parent f9a63e3 commit f25604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: script/fetch-fixtures

# Build wheels
- run: pip install cibuildwheel==2.9.0
- run: pip install cibuildwheel==2.16.1
- run: python -m cibuildwheel --output-dir dist
env:
CIBW_TEST_COMMAND: python -m unittest discover -s {package}/tests
Expand Down

0 comments on commit f25604a

Please sign in to comment.