Skip to content
Merged
Prev Previous commit
Next Next commit
Make the tables consistent and other minor tweaks.
  • Loading branch information
ezio-melotti committed Jul 12, 2022
commit 2b27597939a558f51758b688926225a823a1e802
20 changes: 10 additions & 10 deletions include/end-of-life.csv
Original file line number Diff line number Diff line change
@@ -1,10 +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
Branch,Schedule,Status,First release,End-of-life,Release manager
3.6,:pep:`494`,end-of-life,2016-12-23,2021-12-23,Ned Deily
3.5,:pep:`478`,end-of-life,2015-09-13,2020-09-30,Larry Hastings
3.4,:pep:`429`,end-of-life,2014-03-16,2019-03-18,Larry Hastings
3.3,:pep:`398`,end-of-life,2012-09-29,2017-09-29,"Georg Brandl, Ned Deily (3.3.7+)"
3.2,:pep:`392`,end-of-life,2011-02-20,2016-02-20,Georg Brandl
3.1,:pep:`375`,end-of-life,2009-06-27,2012-04-09,Benjamin Peterson
3.0,:pep:`361`,end-of-life,2008-12-03,2009-06-27,Barry Warsaw
2.7,:pep:`373`,end-of-life,2010-07-03,2020-01-01,Benjamin Peterson
2.6,:pep:`361`,end-of-life,2008-10-01,2013-10-29,Barry Warsaw
11 changes: 7 additions & 4 deletions versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,22 @@ Dates shown in *italic* are scheduled and can be adjusted.

.. csv-table::
:header-rows: 1
:widths: 15, 15, 15, 15, 15, 25
:widths: 5, 5, 15, 15, 12, 40
:file: include/branches.csv

.. Remember to update main branch in the paragraph above too

Unsupported versions

Unsupported Versions
====================

.. csv-table::
:header-rows: 1
:widths: 5, 5, 15, 12, 40
:widths: 5, 5, 15, 15, 12, 40
:file: include/end-of-life.csv

Status key

Status Key
==========

:features: new features, bugfixes, and security fixes are accepted.
Expand Down