Skip to content

Commit 43b7818

Browse files
committed
Add PyPy 3.10 wheels
1 parent c801cf4 commit 43b7818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
pip install delvewheel
140140
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
141141
delvewheel repair -w {dest_dir} {wheel}
142-
CIBW_BUILD: "cp312-* cp311-* pp39-*"
142+
CIBW_BUILD: "cp312-* cp311-* pp39-* pp310-*"
143143
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
144144
CIBW_ARCHS_LINUX: ${{ matrix.archs }}
145145
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

0 commit comments

Comments
 (0)