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

Switch to Python 3.12 #22880

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Switch to Python 3.12 #22880

merged 1 commit into from
Dec 17, 2024

Conversation

diox
Copy link
Member

@diox diox commented Nov 21, 2024

@diox diox marked this pull request as ready for review December 11, 2024 10:41
@diox diox requested review from a team and eviljeff and removed request for a team December 16, 2024 12:44
@@ -2,7 +2,7 @@
# Read the docs/topics/development/docker.md file for more information about this Dockerfile.
####################################################################################################

FROM python:3.11-slim-bookworm AS olympia
FROM python:3.12-slim-bookworm AS olympia
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄 literally no changes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Looking at dependency updates the past couple years 99% of them added 3.12 to their compatibility matrix without any code changes.

Biggest breaking change is the removal of distutils by default but setuptools provides it for backwards-compatibility.

@diox diox merged commit d93fea9 into mozilla:master Dec 17, 2024
31 checks passed
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

Successfully merging this pull request may close these issues.

[Task]: Update python to 3.12
2 participants