-
Notifications
You must be signed in to change notification settings - Fork 120
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 #1233
Comments
While direct dependencies to
Patches are posted in various PRs: https://github.com/PythonCharmers/python-future/pulls. However it looks like future is unmaintained. |
@marcbonnici Looks like we will need to remove dependency on "future" as well then (I think it provides the "past" module we use) |
Ubuntu 24.04 LTS will have Python 3.12 shipped by default: https://packages.ubuntu.com/noble/python3 |
"future" seems to now support Python 3.12, and |
Distutils module has now been removed from Python 3.12 (to be released in 2023), so wa needs to stop using it.
We also need to remove uses of "imp" module that has also been removed.
https://peps.python.org/pep-0632/#migration-advice
The text was updated successfully, but these errors were encountered: