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
Remove bdist_wininst, Filter out distutils deprecation #2566
Conversation
5a151fc
to
8eefd67
Compare
@jaraco Is this a way to go for now? |
Apologies for letting this linger so long. I’ll try to get to it today. |
At one point, it was proposed that Setuptools might continue to support bdist_wininst after the removal from Python, or at least it might enable support on Python 3.10+. This approach takes a different tack and accelerates the deprecation and imposes it on older Pythons. I'm okay with that, because those users can still use older Setuptools as a stopgap. |
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.
Go ahead and write up a breaking
changelog and we can get this out.
The distutils platform problems are likely to be resolved before the removal. Once this happens, setuptools will no longer use distutils from the Python standard library.
8eefd67
to
5d60cce
Compare
Amedned. I've also extended the filterwarnings commit message a bit. |
@jaraco Could you please merge this PR? It has been approved 3 weeks ago. |
Yes. Thanks for your patience. |
Summary of changes
Python 3.10.0a5 related fix / workaround. See individual commits.
Closes #2558
Pull Request Checklist
changelog.d/
-- not yet