Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Replace the "Status of the Python branches" table with a csv. #884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 10, 2022
Merged
Prev Previous commit
Next Next commit
Replace the "End-of-life branches" table with a csv.
  • Loading branch information
ezio-melotti committed Jul 2, 2022
commit a39867fe6003d1981bef380c17af066c3273af62
26 changes: 5 additions & 21 deletions 26 devcycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,27 +128,11 @@ former branch, e.g. ``3.3`` or ``2.6``.

For reference, here are the Python versions that most recently reached their end-of-life:

+------------------+--------------+----------------+----------------+----------------------------------+
| Branch | Schedule | First release | End-of-life | Release manager |
+==================+==============+================+================+==================================+
| 3.6 | :pep:`494` | 2016-12-23 | 2021-12-23 | Ned Deily |
+------------------+--------------+----------------+----------------+----------------------------------+
| 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+) |
+------------------+--------------+----------------+----------------+----------------------------------+
| 3.2 | :pep:`392` | 2011-02-20 | 2016-02-20 | Georg Brandl |
+------------------+--------------+----------------+----------------+----------------------------------+
| 3.1 | :pep:`375` | 2009-06-27 | 2012-04-09 | Benjamin Peterson |
+------------------+--------------+----------------+----------------+----------------------------------+
| 3.0 | :pep:`361` | 2008-12-03 | 2009-06-27 | Barry Warsaw |
+------------------+--------------+----------------+----------------+----------------------------------+
| 2.7 | :pep:`373` | 2010-07-03 | 2020-01-01 | Benjamin Peterson |
+------------------+--------------+----------------+----------------+----------------------------------+
| 2.6 | :pep:`361` | 2008-10-01 | 2013-10-29 | Barry Warsaw |
+------------------+--------------+----------------+----------------+----------------------------------+
.. csv-table::
:header-rows: 1
:width: 85%
:widths: 5, 5, 15, 12, 40
:file: include/end-of-life.csv

The latest release for each Python version can be found on the `download page
<https://www.python.org/downloads/>`_.
Expand Down
10 changes: 10 additions & 0 deletions 10 include/end-of-life.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Branch,Schedule,First release,End-of-life,Release manager
3.6,:pep:`494`,2016-12-23,2021-12-23,Ned Deily
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+)"
3.2,:pep:`392`,2011-02-20,2016-02-20,Georg Brandl
3.1,:pep:`375`,2009-06-27,2012-04-09,Benjamin Peterson
3.0,:pep:`361`,2008-12-03,2009-06-27,Barry Warsaw
2.7,:pep:`373`,2010-07-03,2020-01-01,Benjamin Peterson
2.6,:pep:`361`,2008-10-01,2013-10-29,Barry Warsaw
Morty Proxy This is a proxified and sanitized view of the page, visit original site.