-
Notifications
You must be signed in to change notification settings - Fork 12
ENH: Switch to abi3 wheels #55
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
Conversation
|
Argh this will work for CPython only. Should we drop PyPy support or incorporate separate wheel build / logic (probably with scripts)? For example the audit command will vary depending on whether PyPy or CPython wheels are being built. |
|
I don't know if there are any potential PyPy users, but as a matter of principle I would like to keep providing PyPy wheels. If it is too complicated, we can just keep generating wheels for all CPython versions as well. This seems to be what most projects are doing. Maybe we should just wait until cibuildwheel supports what we want out-of-the-box? |
|
Okay it wasn't too bad -- I realized I could use build selector ORs with |
|
I'll merge this and cut 0.1.6 and we can see if it works! 🤞 |
|
Thanks a lot @larsoner, this works great! |
@mgeier locally this worked:
and then I could install it, too.