Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.83 KB

File metadata and controls

43 lines (28 loc) · 1.83 KB

Python 3.12 Installers for Windows

pre-commit.ci status GitHub Release GitHub Downloads (all assets, all releases)

This repository provides binary installers for Python 3.12 on Windows.

Motivation

Python 3.12 has reached the end of its regular bugfix support (see: PEP 693), obtaining official installers can become challenging. This repository aims to bridge that gap by hosting the necessary installers for Windows users.

Available Installers

Architecture Installer Notes
x86 python-3.12.*.exe For 32-bit systems
x64 python-3.12.*-amd64.exe For 64-bit systems (Recommended)
ARM64 python-3.12.*-arm64.exe For ARM-based systems (Experimental)

Installation

Download the appropriate installer for your system from the repository's releases section and follow the standard installation process for Python on Windows.

Alternatively you can install this via Scoop, the Windows command-line installer. First, add our bucket:

scoop bucket add coatl-dev https://github.com/coatl-dev/scoop-coatl-dev

And then, run:

scoop install coatl-dev/python312

License

This repository is provided for convenience and follows the licensing terms of Python Software Foundation.