Skip to content
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

Merged
merged 2 commits into from
Dec 11, 2020

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented Nov 24, 2020

@hroncok
Copy link
Contributor Author

hroncok commented Nov 24, 2020

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?

@brettcannon
Copy link
Member

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.

@mattip
Copy link
Contributor

mattip commented Dec 11, 2020

fixes gh-372. Since the PEP was rejected, I think this can move forward.

@hroncok hroncok marked this pull request as ready for review December 11, 2020 09:32
packaging/tags.py Outdated Show resolved Hide resolved
@hroncok
Copy link
Contributor Author

hroncok commented Dec 11, 2020

Rebased and updated the commit message. Included suggestion by @pradyunsg (thanks).

@brettcannon brettcannon self-requested a review December 11, 2020 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't add an underscore for 3 digit version numbers in interpreter version tag
5 participants