diff --git a/devcycle.rst b/devcycle.rst index d4bf5023f4..aa510d145b 100644 --- a/devcycle.rst +++ b/devcycle.rst @@ -126,6 +126,8 @@ For reference, here are the Python versions that most recently reached their end +------------------+--------------+----------------+----------------+----------------------------------+ | Branch | Schedule | First release | End-of-life | Release manager | +==================+==============+================+================+==================================+ +| 3.5 | :pep:`478` | 2015-09-13 | 2020-09-30 | Larry Hastings | ++------------------+--------------+----------------+----------------+----------------------------------+ | 3.4 | :pep:`429` | 2014-03-16 | 2019-03-18 | Larry Hastings | +------------------+--------------+----------------+----------------+----------------------------------+ | 3.3 | :pep:`398` | 2012-09-29 | 2017-09-29 | Georg Brandl, Ned Deily (3.3.7+) | diff --git a/index.rst b/index.rst index 3a945498a9..8248919fd1 100644 --- a/index.rst +++ b/index.rst @@ -103,8 +103,6 @@ Status of Python branches +------------------+--------------+-------------+----------------+----------------+-----------------------+ | 3.6 | :pep:`494` | security | 2016-12-23 | *2021-12-23* | Ned Deily | +------------------+--------------+-------------+----------------+----------------+-----------------------+ -| 3.5 | :pep:`478` | security | 2015-09-13 | *2020-09-30* | Larry Hastings | -+------------------+--------------+-------------+----------------+----------------+-----------------------+ .. Remember to update the end-of-life table in devcycle.rst.