-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support Python 3.12 #404
Comments
A perfectly reasonable request and I’ve been intending to remove the hard-wired Python versions in the matrix jobs for some time. I will take a look at that today. |
Gonna have to bump this to next week due to a heavy workload this week. |
Python 3.12 Implementation ChecksPackage readiness check, as per documentation here: Total not ready: 57 By project: Here's the compatibility breakdown per project, listing specific modules. ITR alabaster==0.7.16 ITR-exmaples ansi2html==1.9.1 |
A user naively installed the latest version of Python (3.12) upon discovering that Python 3.8 (EOL Oct 2024) is not supported. We should support Python 3.12.
The instant problem with 3.12 is that some old-school pip importing functionality that has been long deprecated is finally removed. So we have to update some of that infrastructure.
The text was updated successfully, but these errors were encountered: