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
The current Docker image is built with 3.9 which is nearing EoL.
Once we bump this, we can also increase the minimum supported Python version (which is currently at 3.9 as well in the compat tests).
Change the default value of PY_VERSION in the Dockerfile to 3.12.
PY_VERSION
3.12
Use 3.11 as we are currently blocked by #251 (although this should be straightforward to fix).
3.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
The current Docker image is built with 3.9 which is nearing EoL.
Once we bump this, we can also increase the minimum supported Python version (which is currently at 3.9 as well in the compat tests).
Solution
Change the default value of
PY_VERSION
in the Dockerfile to3.12
.Alternatives
Use
3.11
as we are currently blocked by #251 (although this should be straightforward to fix).The text was updated successfully, but these errors were encountered: