-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
[v24.x backport] build: test on Python 3.14 #61370
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
Open
MikeMcC399
wants to merge
2
commits into
nodejs:v24.x-staging
Choose a base branch
from
MikeMcC399:backport-59983-to-v24.x
base: v24.x-staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[v24.x backport] build: test on Python 3.14 #61370
MikeMcC399
wants to merge
2
commits into
nodejs:v24.x-staging
from
MikeMcC399:backport-59983-to-v24.x
+15
−13
Conversation
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
Python v3.14 -- October 7th * https://www.python.org/download/pre-releases * https://www.python.org/downloads/release/python-3140rc3 PR-URL: nodejs#59983 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Stewart X Addison <sxa@redhat.com>
Collaborator
|
Review requested:
|
aduh95
reviewed
Jan 13, 2026
aduh95
approved these changes
Jan 14, 2026
Collaborator
Collaborator
richardlau
approved these changes
Jan 16, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
build
Issues and PRs related to build files or the CI.
meta
Issues and PRs related to the general management of the project.
needs-ci
PRs that need a full CI run.
v24.x
Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
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.
Python v3.14 -- October 7th
PR-URL: #59983
Reviewed-By: Marco Ippolito marcoippolito54@gmail.com
Reviewed-By: Stefan Stojanovic stefan.stojanovic@janeasystems.com
Reviewed-By: Stewart X Addison sxa@redhat.com
Refs: #60874
Situation
Node.js 24.x (Active LTS) build fails with Python 3.14.
Python 3.14 is:
py install defaultChange
Backports #59983 (commit 8bc7dfd) to v24.x branch.
The commit message from the backport should be modified, removing the outdated "release candidate 3" text. It is currently:
Python 3.14 was released as GA on 2025-10-07 and is therefore no longer pre-release.
https://www.python.org/downloads/release/python-3140rc3/ states:
Use of the GitHub Actions' actions/setup-python flag setting
allow-prereleases: trueis removed from the backport as suggested by @richardlau in #60874 and explicitly requested by @aduh95. Since the workflow usesPYTHON_VERSION: '3.14'and this is a released Python version, the flag is not necessary.