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
Currently, activating the abi3 feature means that you can't build wheels for pypy, as abi3 wheel are incompatible with pypy and the abi3 causes -i to be ignored. There should be a solution that both builds for abi3 by defaults and allows building for pypy if requested.
The text was updated successfully, but these errors were encountered:
konstin
changed the title
pypy and abi3
Allow buliding for pypy with abi3
Mar 4, 2021
Sorry, I misphrased that: It should be possible to build a non-abi3 pypy wheels even when the abi3 feature is enabled.
Once pypy also has a stable abi, there should be switch to build for both, but that's something to figure out once we know the details about pypy's abi3
konstin
changed the title
Allow building for pypy with abi3
Allow building for non-abi3 pypy wheels when the abi3 feature is enabled
Mar 5, 2021
Currently, activating the abi3 feature means that you can't build wheels for pypy, as abi3 wheel are incompatible with pypy and the abi3 causes
-i
to be ignored. There should be a solution that both builds for abi3 by defaults and allows building for pypy if requested.The text was updated successfully, but these errors were encountered: