Skip to content

Commit b93199f

Browse files
committed
Add pypy to cibuildwheel selectors
1 parent 2e37279 commit b93199f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# override setting in pyproject.toml to use msys2 instead of msys64 bash
4848
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
4949
# XXX: Remove cpython-prerelease when releasing python-flint!
50-
CIBW_ENABLE: cpython-freethreading cpython-prerelease
50+
CIBW_ENABLE: cpython-freethreading cpython-prerelease pypy
5151
#
5252
# Don't need to create pythonXX.a under meson. Not needed any more:
5353
# CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel && msys2 -c bin/cibw_before_build_windows.sh

0 commit comments

Comments
 (0)