Allow manylinux_x_y wheel upload (PEP600) by mayeut · Pull Request #7853 · pypi/warehouse (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation4 Commits2 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
PEP600 does not restrict x & y other than those being numbers. However, it is said that a package index might decide to be conservative and reject wheels by restricting x & y a bit more.
It might make sense to restrict x
to 2
for now. For y
, it could be left unchecked or restricted to be between 5
(manylinux1) & 31
(latest glibc version is 2.31
) however this will require to be updated now and then.
@di,
Could you review and/or assign reviewers please ?
Support for PEP600 under development in packaging
as a prelude to pip
.
Packaging, pip, and wheel now support PEP 600 tags (the heavy lifting is done by packaging, pip vendors in a copy and wheel has a dependency on packaging).
mayeut deleted the manylinux-pep600 branch