-
Notifications
You must be signed in to change notification settings - Fork 228
Closed as not planned
Description
Given discussion here and here, it sounds like we can/should drop the UCS4-only requirement from PEP 513 after all.
If that's right, then I guess there are a few things to do:
- Update PEP text
- Update pip pull request
- Update our
check-manylinux.py
script - Update auditwheel to remove the UCS2 check (but possibly it should unconditionally require the use of an SOABI tag, just to nudge people into doing the right thing?)
- Update the docker image to include both UCS2 and UCS4 builds for python 2.6 / 2.7. (Also, make sure that it includes a recent-enough wheel package.)
For the docker images, I propose the following layout:
/opt/2.7.11-ucs2
/opt/2.7.11-ucs4
/opt/2.7-ucs2 -> 2.7.11-ucs2
/opt/2.7-ucs4 -> 2.7.11-ucs4
/opt/2.7 -> 2.7-ucs4
Metadata
Metadata
Assignees
Labels
No labels