Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10cb312

Browse files
ezio-melottihugovkCAM-Gerlach
authored
Replace the "Status of the Python branches" table with a csv. (#884)
* Replace the "Status of the Python branches" table with a csv. * Move `branches.csv` in a new `include` dir. * Replace the "End-of-life branches" table with a csv. * Use default ("auto") table widths. * Replace the new tables with csvs. * Make the tables consistent and other minor tweaks. * Add 3.12 PEP. Co-authored-by: Hugo van Kemenade <[email protected]> * Fix 3.11 release date. Co-authored-by: C.A.M. Gerlach <[email protected]> * Update release date. Co-authored-by: C.A.M. Gerlach <[email protected]> * Remove italic from the release date. Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent f630bd4 commit 10cb312

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

include/branches.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Branch,Schedule,Status,First release,End-of-life,Release manager
2+
main,:pep:`693`,features,*2023-10-02*,*2028-10*,Thomas Wouters
3+
3.11,:pep:`664`,bugfix,2022-10-24,*2027-10*,Pablo Galindo Salgado
4+
3.10,:pep:`619`,bugfix,2021-10-04,*2026-10*,Pablo Galindo Salgado
5+
3.9,:pep:`596`,security,2020-10-05,*2025-10*,Łukasz Langa
6+
3.8,:pep:`569`,security,2019-10-14,*2024-10*,Łukasz Langa
7+
3.7,:pep:`537`,security,2018-06-27,*2023-06-27*,Ned Deily

include/end-of-life.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Branch,Schedule,Status,First release,End-of-life,Release manager
2+
3.6,:pep:`494`,end-of-life,2016-12-23,2021-12-23,Ned Deily
3+
3.5,:pep:`478`,end-of-life,2015-09-13,2020-09-30,Larry Hastings
4+
3.4,:pep:`429`,end-of-life,2014-03-16,2019-03-18,Larry Hastings
5+
3.3,:pep:`398`,end-of-life,2012-09-29,2017-09-29,"Georg Brandl, Ned Deily (3.3.7+)"
6+
3.2,:pep:`392`,end-of-life,2011-02-20,2016-02-20,Georg Brandl
7+
3.1,:pep:`375`,end-of-life,2009-06-27,2012-04-09,Benjamin Peterson
8+
3.0,:pep:`361`,end-of-life,2008-12-03,2009-06-27,Barry Warsaw
9+
2.7,:pep:`373`,end-of-life,2010-07-03,2020-01-01,Benjamin Peterson
10+
2.6,:pep:`361`,end-of-life,2008-10-01,2013-10-29,Barry Warsaw

versions.rst

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,24 @@ Supported Versions
1515

1616
Dates shown in *italic* are scheduled and can be adjusted.
1717

18-
====== ========== ======== ============= ============ =====================
19-
Branch Schedule Status First release End-of-life Release manager
20-
====== ========== ======== ============= ============ =====================
21-
main :pep:`693` features *2023-10-03* *2028-10* Thomas Wouters
22-
3.11 :pep:`664` bugfix 2022-10-24 *2027-10* Pablo Galindo Salgado
23-
3.10 :pep:`619` bugfix 2021-10-04 *2026-10* Pablo Galindo Salgado
24-
3.9 :pep:`596` security 2020-10-05 *2025-10* Łukasz Langa
25-
3.8 :pep:`569` security 2019-10-14 *2024-10* Łukasz Langa
26-
3.7 :pep:`537` security 2018-06-27 *2023-06-27* Ned Deily
27-
====== ========== ======== ============= ============ =====================
18+
.. csv-table::
19+
:header-rows: 1
20+
:widths: 5, 5, 15, 15, 12, 40
21+
:file: include/branches.csv
2822

23+
.. Remember to update main branch in the paragraph above too
2924
30-
Unsupported versions
25+
26+
Unsupported Versions
3127
====================
3228

33-
====== ========== =========== ============= =========== ================================
34-
Branch Schedule Status First release End-of-life Release manager
35-
====== ========== =========== ============= =========== ================================
36-
3.6 :pep:`494` end-of-life 2016-12-23 2021-12-23 Ned Deily
37-
3.5 :pep:`478` end-of-life 2015-09-13 2020-09-30 Larry Hastings
38-
3.4 :pep:`429` end-of-life 2014-03-16 2019-03-18 Larry Hastings
39-
3.3 :pep:`398` end-of-life 2012-09-29 2017-09-29 Georg Brandl, Ned Deily (3.3.7+)
40-
3.2 :pep:`392` end-of-life 2011-02-20 2016-02-20 Georg Brandl
41-
3.1 :pep:`375` end-of-life 2009-06-27 2012-04-09 Benjamin Peterson
42-
3.0 :pep:`361` end-of-life 2008-12-03 2009-06-27 Barry Warsaw
43-
2.7 :pep:`373` end-of-life 2010-07-03 2020-01-01 Benjamin Peterson
44-
2.6 :pep:`361` end-of-life 2008-10-01 2013-10-29 Barry Warsaw
45-
====== ========== =========== ============= =========== ================================
29+
.. csv-table::
30+
:header-rows: 1
31+
:widths: 5, 5, 15, 15, 12, 40
32+
:file: include/end-of-life.csv
4633

4734

48-
Status key
35+
Status Key
4936
==========
5037

5138
:features: new features, bugfixes, and security fixes are accepted.

0 commit comments

Comments
 (0)