-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The setuptools 45 wheel has an incorrect py2.py3 tag #1974
Comments
I have several concerns with the proposed solution (#1977, #1978) to remove the 'universal' indicator.
And if you loop in #1972, this requirement demands that moving a package from Python 2/3 support to Python 3-only support requires many changes:
That seems like a awful lot of (redundant) steps for a single operation. It's enough work with enough opportunities to get it wrong that it probably demands some documentation. I'll implement these changes in my jaraco/skeleton project to apply to the other projects I maintain that have dropped Python 2 support. |
Fixed with #1978. |
Arriving from pypa/pip#7610.
The wheel for setuptools 45 on PyPI has the
py2.py3
tag in its file name.Since that version does not support python 2 it should have the
py3
tag.The text was updated successfully, but these errors were encountered: