Skip to content

Conversation

@MikeMcC399
Copy link
Contributor

@MikeMcC399 MikeMcC399 commented Jan 13, 2026

Python v3.14 -- October 7th

PR-URL: #59983
Reviewed-By: Marco Ippolito [email protected]
Reviewed-By: Stefan Stojanovic [email protected]
Reviewed-By: Stewart X Addison [email protected]


Refs: #60874

Situation

Node.js 24.x (Active LTS) build fails with Python 3.14.

Python 3.14 is:

  • the current highest supported Python version
  • the system-default on Fedora 43
  • the version installed on Windows using py install default

Change

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:

build: test on Python 3.14 release candidate 3

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:

Note: Python 3.14.0rc3 has been superseded by Python 3.14.2.

Use of the GitHub Actions' actions/setup-python flag setting allow-prereleases: true is removed from the backport as suggested by @richardlau in #60874 and explicitly requested by @aduh95. Since the workflow uses PYTHON_VERSION: '3.14' and this is a released Python version, the flag is not necessary.

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 <[email protected]>
Reviewed-By: Stefan Stojanovic <[email protected]>
Reviewed-By: Stewart X Addison <[email protected]>
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/actions
  • @nodejs/security-wg

@nodejs-github-bot nodejs-github-bot added 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. labels Jan 13, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 13, 2026 14:52
@MikeMcC399 MikeMcC399 requested a review from aduh95 January 14, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants