You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Czaki makes a good point here. Also, we try to have the same version for all OSes, and we do always need a new manylinux image, for each release.
I agree it would be nice, though, if something can be automated here! But we'd need to find a balance between ease of use and reproducibility (cfr. #239 & #256).
Never use manylinux1 for linux wheels on PyPy, since it is not supported.
Users can overwrite this by setting the CIBW_MANYLINUX_PYPY_X86_64_IMAGE environment variable, though, but only setting it to manylinux2010 (or leaving it empty) will result in cibuildwheel using an official PyPy image.
Two ideas to make the PyPy experience nicer:
The text was updated successfully, but these errors were encountered: