Python version information: Difference between revisions

From ihaveahax's Site
Jump to navigationJump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
== Installers for Windows and macOS ==
This is a list of the last Python versions that had 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.
The one for the latest version in the 3.x series could be outdated until I remember to update it.


* [https://www.python.org/downloads/release/python-3114 3.11.4] (current, first with Windows ARM64)
* [https://www.python.org/downloads/release/python-3114 3.11.4] (current, first with Windows ARM64)
Line 11: Line 13:
* [https://www.python.org/downloads/release/python-354/ 3.5.4]
* [https://www.python.org/downloads/release/python-354/ 3.5.4]
{| class="wikitable"
{| class="wikitable"
|+ Quick version links
|+ Quick installer links
|-
|-
! Ver !! w32 !! w64 !! wa64 !! 10.6 !! 10.9 !! 11
! Ver !! w32 !! w64 !! wa64 !! 10.6 !! 10.9 !! 11
Line 29: Line 31:
| 3.5.4 || {{/dl|3.5.4|w32}} || {{/dl|3.5.4|w64}} ||  || {{/dl|3.5.4|10.6}} ||  ||  
| 3.5.4 || {{/dl|3.5.4|w32}} || {{/dl|3.5.4|w64}} ||  || {{/dl|3.5.4|10.6}} ||  ||  
|}
|}
== 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.
=== 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 ===
* 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.6.8'''
* 9 - '''3.9.16'''
=== 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'''
=== Xcode (macOS) ===
Comes with the Command Line Tools and the full Xcode.app.
* 14 - '''3.9.6'''
* 15 - '''3.9.6'''

Navigation menu