File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,25 @@ is frozen and no longer has a branch in the repo. The final state of
119119the end-of-lifed branch is recorded as a tag with the same name as the
120120former branch, e.g. ``3.3 `` or ``2.6 ``.
121121
122+ For reference, here are the Python versions the most recently reached their end-of-life:
123+
124+ +------------------+--------------+----------------+----------------+----------------------------------+
125+ | Branch | Schedule | First release | End-of-life | Release manager |
126+ +==================+==============+================+================+==================================+
127+ | 3.3 | :pep: `398 ` | 2012-09-29 | 2017-09-29 | Georg Brandl, Ned Deily (3.3.7+) |
128+ +------------------+--------------+----------------+----------------+----------------------------------+
129+ | 3.2 | :pep: `392 ` | 2011-02-20 | 2016-02-20 | Georg Brandl |
130+ +------------------+--------------+----------------+----------------+----------------------------------+
131+ | 3.1 | :pep: `375 ` | 2009-06-27 | 2012-04-09 | Benjamin Peterson |
132+ +------------------+--------------+----------------+----------------+----------------------------------+
133+ | 3.0 | :pep: `361 ` | 2008-12-03 | 2009-01-13 | Barry Warsaw |
134+ +------------------+--------------+----------------+----------------+----------------------------------+
135+ | 2.6 | :pep: `361 ` | 2008-10-01 | 2013-10-29 | Barry Warsaw |
136+ +------------------+--------------+----------------+----------------+----------------------------------+
137+
138+ The latest release for each Python version can be found on the `download page
139+ <https://www.python.org/downloads/> `_.
140+
122141.. _stages :
123142
124143Stages
Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ Status of Python branches
105105| 3.4 | :pep: `429 ` | security | 2014-03-16 | *2019-03-16 * | Larry Hastings |
106106+------------------+--------------+-------------+----------------+----------------+-------------------+
107107
108+ .. Remember to update the end-of-life table in devcycle.rst.
109+
108110 The master branch is currently the future Python 3.8, and is the only
109111branch that accepts new features. The latest release for each Python
110112version can be found on the `download page <https://www.python.org/downloads/ >`_.
You can’t perform that action at this time.
0 commit comments