-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add support for Python 3.12 #1222
Comments
This project is compatible with Python 3.12. What problem(s) are you running into? |
Probably related to the fact there hasn't been a release in over a year and as such the trove classifier does not indicate that Python 3.12 is officially tested/supported |
When using Python 3.12, I get the following error
It can be solved by prepending to the session.run("python", "-m", "ensurepip", "--upgrade")
session.run("python", "-m", "pip", "install", "--upgrade", "setuptools")
# now comes the
session.install(...) However, after doing so, I got the warning that nox-poetry was using the pip from |
Please add Python 3.12 support
The text was updated successfully, but these errors were encountered: