-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Open
Description
Situation
The BUILDING > Windows Prerequisites documentation section lists three different options for installing prerequisites to build Node.js on Windows. The different options are not aligned with one another and result in different versions of Python being installed:
| Option | Python version |
|---|---|
| 1: Manual install | 3.13.9 |
| 2: Automated install with WinGet | 3.12.10 |
| 3: Automated install with Boxstarter | 3.14.2 |
GitHub Actions workflows are using PYTHON_VERSION: '3.14'
Suggestion
- Update the manual install instructions to align with the Python 3.14 documentation Using Python on Windows. Note that Python has deprecated the full installer since version 3.14 and provides instead the Python Install Manager. Python 3.13 is the highest version still available directly from the Microsoft Store.
- Update the WinGet instructions and configurations to install Python 3.14
Metadata
Metadata
Assignees
Labels
No labels