Skip to content

build: support Python 3.15 - #65750

Open
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:build/python-3.15
Open

build: support Python 3.15#65750
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:build/python-3.15

Conversation

@MikeMcC399

@MikeMcC399 MikeMcC399 commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Situation

The Python list of supported versions includes Python 3.15 with planned first release date 2026-10-01.

Node.js defines which versions of Python are supported in the configure script which covers Python 3.10 - 3.14, and currently excludes Python 3.15 for use in building and testing, since it is not yet explicitly listed under acceptable_versions.

Change

Add Python 3.15 to:

acceptable_versions is spread over multiple lines to ease future backporting. Adding / removing versions can then be done independently without replacing the whole line. This will however need to be backported once manually before it becomes a benefit. For background see #60874 (comment).

Replace Python 3.14 with Python 3.15 in GitHub Actions workflows.

See Python 3.15 - what's new

Note

Windows configurations for automated installation should be separately updated after this PR has landed.

This change does not materially affect the Python versions used in Jenkins, which are determined by each OS' setup. Running in Jenkins only checks that the addition of Python 3.15 didn't prevent any of the existing lower versions from running.

Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
@MikeMcC399 MikeMcC399 added the blocked PRs that are blocked by other issues or PRs. label Sep 2, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

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

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to Node.js builds or CI infrastructure. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. labels Sep 2, 2026
@MikeMcC399

Copy link
Copy Markdown
Contributor Author

This PR is intended to test Python 3.15.0rc2 initially, which states:

Release date: Sept. 1, 2026

It's the final 3.15 release candidate!

This is a candidate preview of Python 3.15

This release, 3.15.0rc2, is the final planned release candidate, containing around 144 bugfixes, build improvements and documentation changes from 76 contributors since 3.15.0rc1. Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release.

The next release of Python 3.15 will be 3.15.0 final, scheduled for 2026-10-01.

Until Python 3.15 is officially released, the PR should stay blocked PRs that are blocked by other issues or PRs.

@MikeMcC399
MikeMcC399 marked this pull request as ready for review September 2, 2026 20:04
@MikeMcC399

Copy link
Copy Markdown
Contributor Author

GItHub Actions is downloading the expected 3.15 rc2 version:

  Download from "https://github.com/actions/python-versions/releases/download/3.15.0-rc.2-33583724836/python-3.15.0-rc.2-linux-24.04-x64.tar.gz"

@MikeMcC399

Copy link
Copy Markdown
Contributor Author

Currently Node.js allows the following, so a manual backport will be needed for 24.x & 22.x to avoid overwriting and dropping the lower versions, which need to be preserved:

Node.js branch Python versions
main 3.10 - 3.14
26.x 3.10 - 3.14
24.x 3.9 - 3.14
22.x 3.8 - 3.14

@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.00%. Comparing base (c988b7d) to head (e6989d6).
⚠️ Report is 39 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #65750      +/-   ##
==========================================
+ Coverage   89.98%   90.00%   +0.02%     
==========================================
  Files         757      757              
  Lines      257739   257739              
  Branches    48877    48881       +4     
==========================================
+ Hits       231916   231976      +60     
+ Misses      16913    16847      -66     
- Partials     8910     8916       +6     

see 39 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@MikeMcC399 MikeMcC399 added the python PRs and issues that require attention from people who are familiar with Python. label Sep 3, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@gurgunday gurgunday left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked PRs that are blocked by other issues or PRs. build Issues and PRs related to Node.js builds or CI infrastructure. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. python PRs and issues that require attention from people who are familiar with Python.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants