Skip to content

Outdated Python 3.14 manual install instructions on Windows #3264

@MikeMcC399

Description

@MikeMcC399

Situation

The README > On Windows section says:

The current version of Python (highest version not pre-release) is Python 3.14. This was released on 2025-10-07.

The Microsoft Store offers:

  • Python 3.12
  • Python 3.13
  • Python Install Manager
Image

Note that Python 3.14 is not offered in a stand-alone package, instead the Python Install Manager notes in the "What's new in this version" section "This update bundles 3.14.2 as the default version."

Background

Python 3.13

The Python 3.13 documentation says:

The Microsoft Store package is a simple installation of Python that is suitable for running scripts and packages, and using IDLE or other development environments. It requires Windows 10 and above, but can be safely installed without corrupting other programs. It also provides many convenient commands for launching Python and its tools.

Python 3.14

Python 3.14 documentation says:

To obtain Python from the CPython team, use the Python Install Manager. This is a standalone tool that makes Python available as global commands on your Windows machine, integrates with the system, and supports updates over time. You can download the Python Install Manager from python.org/downloads or through the Microsoft Store app.

Suggestion

Modify the node-gyp instructions to correspond to the Python 3.14 documentation.

I suggest to use the link https://docs.python.org/3/using/windows.html to refer to the live Python 3.x (latest) documentation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions