Python version information: Difference between revisions
Line 28: | Line 28: | ||
|- | |- | ||
| [https://www.python.org/downloads/release/python-354/ 3.5.4] || {{/dl|3.5.4|w32}} || {{/dl|3.5.4|w64}} || || {{/dl|3.5.4|10.6}} || || || | | [https://www.python.org/downloads/release/python-354/ 3.5.4] || {{/dl|3.5.4|w32}} || {{/dl|3.5.4|w64}} || || {{/dl|3.5.4|10.6}} || || || | ||
|- | |||
| [https://www.python.org/downloads/release/python-344/ 3.4.4] || {{/dlold|3.4.4|w32}} || {{/dlold|3.4.4|w64}} || || {{/dl|3.4.4|10.6}} || || || Last version to support Windows XP | |||
|- | |- | ||
| [https://www.python.org/downloads/release/python-2718/ 2.7.18] || {{/dlold|2.7.18|w32}} || {{/dlold|2.7.18|w64}} || || || {{/dl|2.7.18|10.9}} || || Last version of 2.x | | [https://www.python.org/downloads/release/python-2718/ 2.7.18] || {{/dlold|2.7.18|w32}} || {{/dlold|2.7.18|w64}} || || || {{/dl|2.7.18|10.9}} || || Last version of 2.x |
Revision as of 23:14, 24 June 2023
Last edited at 23:14, 24 June 2023 (UTC)
Installers for Windows and macOS
This is a list of the last Python versions that had installers for Windows and macOS.
The one for the latest version in the 3.x series could be outdated until I remember to update it.
Distribution versions
Bold distribution versions indicates an LTS release (for distros with this distinction).
Bold Python versions indicates the default one (what you get if you install "python3" or equivalent). This only includes what's in the official repositories.
Strikethrough indicates an EOL distribution.
Ubuntu
18.04 (bionic)- 3.6.9, 3.7.5, 3.8.0- 20.04 (focal) - 3.8.10, 3.9.5
- 22.04 (jammy) - 3.10.6, 3.11.0rc1
- 22.10 (kinetic) - 3.10.7, 3.11.0rc2
- 23.04 (lunar) - 3.11.2
Debian
9 (stretch)- 3.5.3- 10 (buster) - 3.7.3
- 11 (bullseye) - 3.9.2
- 12 (bookworm) - 3.11.2
Fedora
- 37 - 3.11.3, 3.10.12, 3.9.17, 3.8.17, 3.7.16, 3.6.15
- 38 - 3.11.3, 3.10.12, 3.9.17, 3.8.17, 3.7.16, 3.6.15
Red Hat Enterprise Linux and derivatives
- 8 - 3.11.2, 3.9.16, 3.8.16, 3.6.8, 2.7.18
- 9 - 3.9.16, 3.11.2
Arch Linux
Usually updated to the latest release or is one point release behind. https://archlinux.org/packages/core/x86_64/python/
SteamOS
- 3.4 - 3.10.8
FreeBSD
- 12.4 - 3.11.0, 3.10.8, 3.9.15, 3.8.15, 3.7.15
- 13.1 - 3.11.0a6, 3.10.4, 3.9.12, 3.8.13, 3.7.13
- 13.2 - 3.11.1, 3.10.9, 3.9.16, 3.8.16, 3.7.16
Xcode (macOS)
Comes with the Command Line Tools and the full Xcode.app.
- 14 - 3.9.6
- 15 - 3.9.6
Homebrew (macOS)
Homebrew keeps the latest versions of each one supported by the PSF, excluding pre-releases.
MacPorts (macOS)
MacPorts has versions 3.2 to the latest stable release.
Microsoft Store (Windows)
Since 3.7 and Windows 10 version 1903, Python is available from the Microsoft Store. Unlike the one from the installer, this is accessed with "python" and "python3", not "py".
These versions are sandboxed and may not work when you want to use it with other applications.