chore: upgrade Python from 3.12 to 3.14 in Docker images#1162
Merged
audiodude merged 1 commit intoopenzim:mainfrom May 3, 2026
Merged
chore: upgrade Python from 3.12 to 3.14 in Docker images#1162audiodude merged 1 commit intoopenzim:mainfrom
audiodude merged 1 commit intoopenzim:mainfrom
Conversation
3ece350 to
940c031
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1162 +/- ##
=======================================
Coverage 93.00% 93.00%
=======================================
Files 76 76
Lines 4430 4430
=======================================
Hits 4120 4120
Misses 310 310 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
audiodude
requested changes
May 3, 2026
940c031 to
9f4840a
Compare
Update all Dockerfiles and Pipfile to use Python 3.14. Part of openzim#1009.
9f4840a to
0b9efe0
Compare
Contributor
Author
|
Updated the Python version to 3.14.4 (latest patch release) across all Dockerfiles and the CI workflow, as requested. |
audiodude
approved these changes
May 3, 2026
Member
|
Thank you! In the future you can put |
Contributor
Author
|
Got it, thanks for the tip! I was unsure if the issue would need further work beyond the three dependency PRs, so I played it safe with 'Part of' — but I'll use 'Fixes' when I'm confident the PR completes the goal. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update all Dockerfiles and Pipfile to use Python 3.14. Part of #1009.