Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.07 KB

versions.rst

File metadata and controls

75 lines (49 loc) · 2.07 KB

Status of Python versions

The main branch is currently the future Python 3.14, and is the only branch that accepts new features. The latest release for each Python version can be found on the download page.

(See :ref:`below <full-chart>` for a chart with older versions. Another useful visualization is endoflife.date/python.)

Supported versions

Dates shown in italic are scheduled and can be adjusted.

Unsupported versions

Full chart

Status key

Python releases go through five phases, as described in PEP 602. Release managers can adjust specific dates as needed.

feature:Before the first beta, the next full release can accept new features, bug fixes, and security fixes.
prerelease:After the first beta, no new features can go in, but feature fixes (including significant changes to new features), bug fixes, and security fixes are accepted for the upcoming feature release.
bugfix:Once a version has been fully released, bug fixes and security fixes are accepted. New binaries are built and released roughly every two months. This phase is also called maintenance mode or stable release.
security:After two years (18 months for versions before 3.13), only security fixes are accepted and no more binaries are released. New source-only versions can be released as needed.
end-of-life:Five years after a release, support ends. The release cycle is frozen; no further changes are allowed.

See also the :ref:`devcycle` page for more information about branches and backporting.