We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python 3.12 dropped the imp module.
imp
https://docs.python.org/3.12/whatsnew/3.12.html#imp
The code using imp should be ported to importlib
importlib
The text was updated successfully, but these errors were encountered:
Remove dependency on imp removed in 3.12
b67ae2d
https://docs.python.org/3.12/whatsnew/3.12.html#imp Closes Knio#163
@Knio closed this as completed in #164 on Feb 11
Can you make a new release, including the fix, so that distributions that use releases and not latest git state can pick up easily?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Python 3.12 dropped the
imp
module.https://docs.python.org/3.12/whatsnew/3.12.html#imp
The code using
imp
should be ported toimportlib
The text was updated successfully, but these errors were encountered: