-
Notifications
You must be signed in to change notification settings - Fork 238
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 support for manylinux2010 #65
Comments
Thanks for notifying! |
Just stumbled across this because I found the tracking issue on the manylinux repository. :) This looks rather interesting. I've started trying to build Just in case you want something to play with. Or I might do it the other way around when I have some time. 👍 P.S. just FYI: support for py3.3 is dropped with the update to wheel v0.31.0, so I'm assuming it won't be part of |
So I'm guessing we'll add this as a separate python configuration, alongside manylinux1? |
Seems manylinux2010 is almost ready, so we could start experimenting with how to add it to cibuildwheel. I'm quite happy/eager to play around with it a bit, if I find time, so I'll see if I can make a PR, soon :-) @joerick What exactly did you mean/have in mind, here?
Something that can be matched by |
This was my initial guess, yes |
I ran into needing this for my project, see: Quansight-Labs/uarray#193 |
Cross-Reference #155 |
It looks like manylinux2010 is now officially supported and there are wheel on PyPI. What's needed to add support to cibuildwheel? |
Fixed in #155, release should be soon! |
Add support for manylinux2010
c.f. pypa/manylinux#179
The text was updated successfully, but these errors were encountered: