-
Notifications
You must be signed in to change notification settings - Fork 517
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
Replace distutils with setuptools #2104
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating system: Linux
wxPython version & source:
Python version & source: 3.11
Description of the problem:
In Python 3.10 and 3.11, distutils will be formally marked as deprecated. And in Python 3.12, distutils will no longer be installed by make install or any of the first-party distribution according to pep-0632.
Is there a schedule to replace distutils with setuptools, please? Thanks.
Code Example (click to expand)
# Put code sample here
The text was updated successfully, but these errors were encountered: