Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns authored Aug 7, 2024
1 parent 4095b71 commit 4c6b95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
# Disable building PyPy wheels
CIBW_SKIP: "pp* cp312*i686"
CIBW_SKIP: "pp* cp313* cp312*i686"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_PRERELEASE_PYTHONS: False

Expand Down

0 comments on commit 4c6b95b

Please sign in to comment.