Skip to content
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

Bump Dockerfile Python version to 3.12 #341

Closed
Shillaker opened this issue Dec 10, 2024 · 0 comments
Closed

Bump Dockerfile Python version to 3.12 #341

Shillaker opened this issue Dec 10, 2024 · 0 comments

Comments

@Shillaker
Copy link
Contributor

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 to 3.12.

Alternatives

Use 3.11 as we are currently blocked by #251 (although this should be straightforward to fix).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant