0% found this document useful (0 votes)
2 views5 pages

Python - Python

The document provides information on downloading the latest version of Python, including options for different operating systems and the status of various Python releases. It highlights the active versions, their maintenance status, and upcoming releases, along with links to surveys and developer resources. Additionally, it covers verification methods for downloaded files and mentions contributions to the Python community.

Uploaded by

5fyv1av211
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views5 pages

Python - Python

The document provides information on downloading the latest version of Python, including options for different operating systems and the status of various Python releases. It highlights the active versions, their maintenance status, and upcoming releases, along with links to surveys and developer resources. Additionally, it covers verification methods for downloaded files and mentions contributions to the Python community.

Uploaded by

5fyv1av211
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Download the latest version for Windows

Download Python install manager

Or get the standalone installer for Python 3.14.3


Looking for Python with a different OS? Python for Windows, Linux/Unix, macOS, Android, other

Want to help test development versions of Python 3.15? Pre-releases, Docker images

Join the official Python Developers Survey 2026 and have a chance to win a prize 📝🎁

Take the 2026 survey! ([Link]

Active Python releases


For more information visit the Python Developer's Guide ([Link]

Python 2.7 end-of-life

Python 3.6 end-of-life


Python 3.7 end-of-life
Python 3.8 end-of-life
Python 3.9 end-of-life
Python 3.10 security
Python 3.11 security
Python 3.12 security
Python 3.13 bugfix
Python 3.14 bugfix
Python 3.15 feature
Python 3.16 planned
'19 '20 '21 '22 '23 '24 '25 '26 '27 '28 '29 '30 '31 '32

Python version
Maintenance status

First released
End of support
Release schedule

3.16
planned
 Download (/downloads/latest/python3.16/)
2027-10-06
2032-10
PEP 826 ([Link]

3.15
pre-release
 Download (/downloads/latest/python3.15/)
2026-10-01 (planned)
2031-10
PEP 790 ([Link]

3.14
bugfix
 Download (/downloads/latest/python3.14/)
2025-10-07
2030-10
PEP 745 ([Link]

3.13
bugfix
 Download (/downloads/latest/python3.13/)
2024-10-07
2029-10
PEP 719 ([Link]

3.12
security
 Download (/downloads/latest/python3.12/)
2023-10-02
2028-10
PEP 693 ([Link]

3.11
security
 Download (/downloads/latest/python3.11/)
2022-10-24
2027-10
PEP 664 ([Link]

3.10
security
 Download (/downloads/latest/python3.10/)
2021-10-04
2026-10
PEP 619 ([Link]

3.9
end-of-life, last release was 3.9.25 (/downloads/release/python-3925/)
 Download (/downloads/latest/python3.9/)
2020-10-05
2025-10-31
PEP 596 ([Link]

Looking for a specific release?


Python releases by version number:

Release version
Release date

Click for more

Python 3.14.3 (/downloads/release/python-3143/)


Feb. 3, 2026
 Download (/downloads/release/python-3143/)
Release notes ([Link]

Python 3.14.2 (/downloads/release/python-3142/)


Dec. 5, 2025
 Download (/downloads/release/python-3142/)
Release notes ([Link]

Python 3.14.1 (/downloads/release/python-3141/)

View older releases (/download/releases/)

Sponsors
Visionary sponsors help to host Python downloads.

([Link]
([Link]
([Link]
Anthropic, PBC
Google
Bloomberg ([Link]

NVIDIA

Licenses
All Python releases are Open Source ([Link] Historically, most, but not all, Python releases have also been GPL-
compatible. The Licenses page details GPL-compatibility and Terms and Conditions.

>>> Read more ([Link]

Sources
For most Unix systems, you must download and compile the source code. The same source code archive can also be used to
build the Windows and Mac versions, and is the starting point for ports to all other platforms.

Download the latest Python 3 ([Link] source.

>>> Read more (/download/source/)

Alternative implementations
This site hosts the "traditional" implementation of Python (nicknamed CPython). A number of alternative implementations are
available as well.

>>> Read more (/download/alternatives/)

History
Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum in the Netherlands as a
successor of a language called ABC. Guido remains Python’s principal author, although it includes many contributions from
others.
>>> Read more ([Link]

Release schedules
Python 3.15 release schedule ([Link]
Python 3.14 release schedule ([Link]
Python 3.13 release schedule ([Link]
Python 3.12 release schedule ([Link]
Python 3.11 release schedule ([Link]
Python 3.10 release schedule ([Link]
Python 3.9 release schedule ([Link]

See Status of Python versions ([Link] for all an overview of all versions, including unsupported.

Information about specific ports, and developer info


Windows (/downloads/windows/)
macOS (/downloads/macos/)
Android (/downloads/android/)
Other platforms (/download/other/)
Source (/downloads/source/)
Python developer's guide ([Link]
Python issue tracker ([Link]

How to verify your downloaded files are genuine

Sigstore verification

Starting with the Python 3.11.0 ([Link] Python 3.10.7 ([Link]


3107/), and Python 3.9.14 ([Link] releases, CPython release artifacts are signed with Sigstore. See

our dedicated Sigstore Information (/downloads/metadata/sigstore/) page for how it works.

OpenPGP verification

Python versions before 3.14 are also signed using OpenPGP private keys of the respective release manager. In this case, verification
through the release manager's public key is also possible. See our dedicated OpenPGP Verification (/downloads/metadata/pgp/) page for how
it works.

See PEP 761 ([Link] for why OpenPGP key verification was dropped in Python 3.14.

Windows
(Updated for Azure Trusted Signing, which applies for all releases chronologically from 3.14.0a1)
The Windows installers and all binaries produced as part of each Python release are signed using an Authenticode signing certificate
issued to the Python Software Foundation. This can be verified by viewing the properties of any executable file, looking at the Digital
Signatures tab, and confirming the name of the signer. Our full certificate subject is CN = Python Software Foundation, O =
Python Software Foundation, L = Beaverton, S = Oregon, C = US and as of 14th October 2024 the certificate authority
is Microsoft Identity Verification Root Certificate Authority. Our previous certificates were issued by DigiCert.
Note that some executables may not be signed, notably, the default pip command. These are not built as part of Python, but are
included from third-party libraries. Files that are intended to be modified before use cannot be signed and so will not have a signature.

macOS installer packages


Installer packages for Python on macOS downloadable from [Link] are signed with with an Apple Developer ID Installer certificate.
As of Python 3.11.4 and 3.12.0b1 (2023-05-23), release installer packages are signed with certificates issued to the Python Software
Foundation (Apple Developer ID BMM5U3QVKW).
Installer packages for previous releases were signed with certificates issued to Ned Deily (DJ3H93M7VJ).

Other useful items


Looking for third-party Python modules? The Python Package Index ([Link] has many of them.
You can view ([Link] the standard documentation online, or you can download ([Link] it in
HTML, EPUB and other formats. See the main Documentation (/doc/) page.
Tip: even if you download a ready-made binary for your platform, it makes sense to also download the source (source). This lets you
browse the standard library (the subdirectory Lib) and the standard collections of tools (Tools) that come with it. There's a lot you
can learn from the source!

Want to contribute?
Want to contribute? See the Python Developer's Guide ([Link] to learn about how Python development is managed.

 Back to Top

 Back to Top

Copyright ©2001-2026. Python Software Foundation Legal Statements Privacy Notice

You might also like