Add support for python 3.14 #744
Merged
Eijebong merged 4 commits intomozilla-releng:mainfrom Feb 4, 2026
Merged
Conversation
f8551ab to
028bcbd
Compare
jcristau
reviewed
Dec 23, 2025
Contributor
Author
|
Failures are because image-builder is too old, should be fixed with #767 |
39eabfe to
feb0e32
Compare
I'm not too fond of reinventing the wheel but we only have one use of this and I don't feel like adding yet another dependency for something that's 20 lines of code... This is necessary to get scriptworker to work with python3.14
This fixes python 3.14 compatibility. `get_event_loop` used to create an event loop if there wasn't any but 3.14 changed that behavior so we have to explicitely create one now
There's no `0.7.9-python3.14-bookworm-slim` image but there is a `0.9.16-python3.14-bookworm-slim` one.
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.
I kept
_fetch_github_branch_commits_databecause the solution in #731 isn't working well with forks.Supersedes #731
Fixes #729