https://github.com/coatl-dev/python3.12
🐍 Python 3.12 Installers for Windows
https://github.com/coatl-dev/python3.12
pep-693 python-for-windows python312
Last synced: 5 months ago
JSON representation
🐍 Python 3.12 Installers for Windows
- Host: GitHub
- URL: https://github.com/coatl-dev/python3.12
- Owner: coatl-dev
- Created: 2025-05-13T05:50:28.000Z (8 months ago)
- Default Branch: coatl
- Last Pushed: 2025-06-13T23:33:04.000Z (7 months ago)
- Last Synced: 2025-06-14T00:26:28.160Z (7 months ago)
- Topics: pep-693, python-for-windows, python312
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python 3.12 Installers for Windows
[](https://results.pre-commit.ci/latest/github/coatl-dev/python3.12/coatl)


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:
```powershell
scoop bucket add coatl-dev https://github.com/coatl-dev/scoop-coatl-dev
```
And then, run:
```powershell
scoop install coatl-dev/python312
```
## License
This repository is provided for convenience and follows the licensing terms of Python Software Foundation.
[PEP 693]: https://peps.python.org/pep-0693/
[releases]: https://github.com/coatl-dev/python3.12/releases
[Scoop]: https://scoop.sh/