You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,14 @@ This repository provides binary installers for Python 3.12 on Windows.
10
10
11
11
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.
| x64 |`python-3.12.*-amd64.exe`| For 64-bit systems (Recommended) |
19
+
| ARM64 |`python-3.12.*-arm64.exe`| For ARM-based systems (Experimental) |
20
+
13
21
## Usage
14
22
15
23
Download the appropriate installer for your system from the repository's releases section and follow the standard installation process for Python on Windows.
0 commit comments