-
Notifications
You must be signed in to change notification settings - Fork 54
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 musl wheels #400
Conversation
please don't touch unrelated files |
OK, I'll let you fix those yourself. |
is this image official? I can't find any docs for it |
It's official. It was added in pypa/manylinux#1135. |
it's undocumented so I would prefer to wait until the linked issue there is resolved before depending on undocumented behavior |
So, it's fine to depend on a deprecated image ( |
The "undocumented" image is already used by pypa/cibuildwheel. There's really no reason not to depend on it. |
3679ff2
to
c384c31
Compare
Would you accept a pull request that builds the wheels with cibuildwheel on GitHub actions instead? |
I'll take that as a no. |
This closes #391. I've tested the musl wheel on Alpine edge and it works.
It might be worth creating a new release if and when this PR is merged.Both this change and the Python 2 removal (d333e3c) are quite important.