-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PyPy 3.10 wheels #182
Add PyPy 3.10 wheels #182
Conversation
This is needed due to https://github.com/pypa/setuptools/issues/4571.
Here are the successful wheel builds on all systems: https://github.com/QuLogic/kiwi/actions/runs/10428152508 |
Due to https://github.com/pypa/setuptools/issues/4571, kiwisolver fails to build on PyPy. Until kiwisolver has PyPy 3.10 wheels (nucleic/kiwi#182), we should avoid the buggy setuptools.
On a side note, I'm not sure if you want to keep supporting Intel macOS, but I think |
Due to https://github.com/pypa/setuptools/issues/4571, kiwisolver fails to build on PyPy. Until kiwisolver has PyPy 3.10 wheels (nucleic/kiwi#182), we should avoid the buggy setuptools.
Thanks. I do not follow Pypy release so I missed this. Regarding macos I see x86_64 in the log you linked to, so I am reticent to remove them. What does matplotlib do ? |
Ah, I was basing that on how I had read the config, but they are both being built, so never mind my original comment.
We build both architectures, but stopped doing |
Also, avoid
setuptools
72.2.0 on PyPy, because it is broken due to pypa/distutils#283.