Skip to content

Commit

Permalink
Add PyPy 3.10 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Aug 17, 2024
1 parent c801cf4 commit 43b7818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
pip install delvewheel
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
delvewheel repair -w {dest_dir} {wheel}
CIBW_BUILD: "cp312-* cp311-* pp39-*"
CIBW_BUILD: "cp312-* cp311-* pp39-* pp310-*"
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_ARCHS_LINUX: ${{ matrix.archs }}
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down

0 comments on commit 43b7818

Please sign in to comment.