-
-
Notifications
You must be signed in to change notification settings - Fork 220
Prepare breakages - drop old setuptools/python #526
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
Conversation
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also a "Python 3 only" classifier, just in case.
Programming Language :: Python :: 3 :: Only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setup-cfg-fmt (via pre-commit, generally) is useful for this sort of cleanup, it puts the only classify in for you if applicable. :)
* setuptools 45+ required * prepare for packaging versions * drop samefile compat * require python 3.6+
581098e
to
f656c2f
Compare
drop deadsnakes until we need it again
Why were eggs built in the first place? Pip hasn't even been able to install them for (some rather unspecified long period of time). Good to see them go! :) |
@henryiii for easy_install, it still worked in a number of legacy setups But it's gone now and setuptools can do wheels |
No description provided.