-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
doc: update Python 3.14 manual install instructions (Windows) #61428
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
doc: update Python 3.14 manual install instructions (Windows) #61428
Conversation
|
Review requested:
|
Co-authored-by: Antoine du Hamel <[email protected]>
Commit Queue failed- Loading data for nodejs/node/pull/61428 ✔ Done loading data for nodejs/node/pull/61428 ----------------------------------- PR info ------------------------------------ Title doc: update Python 3.14 manual install instructions (Windows) (#61428) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch MikeMcC399:windows-python-install-doc -> nodejs:main Labels doc, build Commits 2 - doc: update Python 3.14 manual install instructions (Windows) - change to collapsed reference link Committers 2 - Mike McCready <[email protected]> - GitHub <[email protected]> PR-URL: https://github.com/nodejs/node/pull/61428 Refs: https://github.com/nodejs/node/issues/61427 Refs: https://github.com/nodejs/node-gyp/issues/3264 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Aviv Keller <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/61428 Refs: https://github.com/nodejs/node/issues/61427 Refs: https://github.com/nodejs/node-gyp/issues/3264 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Aviv Keller <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 18 Jan 2026 13:21:12 GMT ✔ Approvals: 4 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/61428#pullrequestreview-3675617552 ✔ - Stefan Stojanovic (@StefanStojanovic): https://github.com/nodejs/node/pull/61428#pullrequestreview-3677238708 ✔ - Aviv Keller (@avivkeller): https://github.com/nodejs/node/pull/61428#pullrequestreview-3679855443 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/61428#pullrequestreview-3681387656 ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 61428 From https://github.com/nodejs/node * branch refs/pull/61428/merge -> FETCH_HEAD ✔ Fetched commits as 87d7db191854..1f163f560525 -------------------------------------------------------------------------------- [main fe3231c2ec] doc: update Python 3.14 manual install instructions (Windows) Author: Mike McCready <[email protected]> Date: Sat Jan 17 08:41:08 2026 +0100 1 file changed, 4 insertions(+), 2 deletions(-) [main b4d0f097be] change to collapsed reference link Author: Mike McCready <[email protected]> Date: Sun Jan 18 17:03:09 2026 +0100 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. (node:2262) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated. (Use `node --trace-deprecation ...` to show where the warning was created) Rebasing (2/4) Executing: git node land --amend --yes --------------------------------- New Message ---------------------------------- doc: update Python 3.14 manual install instructions (Windows)https://github.com/nodejs/node/actions/runs/21173118685 |
|
Landed in be44179 |
Refs: #61427
Refs: nodejs/node-gyp#3264
Current documentation
The document section BUILDING > Windows Prerequisites > Option 1: Manual install provides the following instructions to install Python, that are correct only up to Python 3.13:
Python has deprecated the full installer since version 3.14 and provides instead the Python Install Manager. The Microsoft Store displays only the versions Python 3.12 and 3.13.
The instructions in the node-gyp/README > On Windows repo documentation section have already been updated and now read:
Updated documentation
The updated node-gyp/README > On Windows instructions are copied to the node/BUILDING > Windows Prerequisites > Option 1: Manual install document section in this repo. This covers installing all Python 3 versions, including Python 3.14.