Executable installer will stop being released with Python 3.16
Source: Hacker News
Release date: March 31, 2026
The Python install manager for Windows is the tool for installing and managing Python runtimes. The traditional executable installer will stop being released with Python 3.16.
Installation options
-
Microsoft Store – recommended for most users
-
WinGet – run the command:
winget install 9NQ7512CXL7T -
Direct download – see the Files section below.
Full documentation for the Python install manager is available in the official docs: . It includes troubleshooting guides, instructions for administrative installs, and details on the legacy MSI installer. The Store app or the MSIX package is the recommended distribution method.
Compatibility
- Supports Windows 10 (or Windows Server 2022) and later.
- Can install Python versions back to 3.5.
- Use
py list --onlineto view all available packages, including the embeddable distro, experimental free‑threaded builds, and packages with the standard‑library test suite and debug symbols.
Usage notes
-
It is advisable to uninstall the previous Python launcher before installing the manager, as both use the
pycommand. -
After installation, the manager runs a configuration checker automatically. It can also be launched manually:
py install --configure # or pymanager install --configure -
Removing the install manager does not uninstall existing Python versions. To perform a full cleanup, run:
py uninstall --purge -
The manager updates automatically within a day of a new release; no manual re‑download is required.
Feedback
Please file any issues or suggestions on the GitHub repository: .
Changelog
Files
| Version | Operating system | Description | File size | MD5 checksum |
|---|---|---|---|---|
| Installer (MSIX) | Windows | Bundles Python 3.14.3 | 44.1 MB | 6C778EC0E29ECCC5CBF47CD1A3D43346 |
| MSI package | Windows | See documentation before use | 9.5 MB | FE937DB651C99A20F7048C20018A2692 |