-
Notifications
You must be signed in to change notification settings - Fork 253
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
Don't put an underscore in the version portion of Python 3.10 compatibility tags #355
Conversation
Unsurprisingly, when this is patched in wheel (vendors packaging.tags) and pip (vendors packaging), it fixes the current breakage (tested couple Fedora packages that were affected). Until (and unless) PEP 641 is approved and implemented, maybe this is a way to go to unblock testing with Python 3.10 early alphas? |
I would rather not have to ask the packaging ecosystem to do multiple updates just for this if possible. It doesn't matter quite yet anyway, since any new release is held up on macOS 11/Arm support anyway. |
fixes gh-372. Since the PEP was rejected, I think this can move forward. |
…bility tags PEP 641 is rejected. See https://discuss.python.org/t/5513/42 See https://www.python.org/dev/peps/pep-0641/ Fixes pypa#372 Co-authored-by: Pradyun Gedam <[email protected]>
35b2fe6
to
a625344
Compare
Rebased and updated the commit message. Included suggestion by @pradyunsg (thanks). |
PEP 641 is rejected.
See https://discuss.python.org/t/5513/42
See https://www.python.org/dev/peps/pep-0641/
Fixes #372