Skip to content
Merged
7 changes: 7 additions & 0 deletions include/branches.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Branch,Schedule,Status,First release,End-of-life,Release manager
main,:pep:`693`,features,*2023-10-02*,*2028-10*,Thomas Wouters
3.11,:pep:`664`,bugfix,2022-10-24,*2027-10*,Pablo Galindo Salgado
3.10,:pep:`619`,bugfix,2021-10-04,*2026-10*,Pablo Galindo Salgado
3.9,:pep:`596`,security,2020-10-05,*2025-10*,Łukasz Langa
3.8,:pep:`569`,security,2019-10-14,*2024-10*,Łukasz Langa
3.7,:pep:`537`,security,2018-06-27,*2023-06-27*,Ned Deily
10 changes: 10 additions & 0 deletions include/end-of-life.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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
37 changes: 12 additions & 25 deletions versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,24 @@ Supported Versions

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

====== ========== ======== ============= ============ =====================
Branch Schedule Status First release End-of-life Release manager
====== ========== ======== ============= ============ =====================
main :pep:`693` features *2023-10-03* *2028-10* Thomas Wouters
3.11 :pep:`664` bugfix 2022-10-24 *2027-10* Pablo Galindo Salgado
3.10 :pep:`619` bugfix 2021-10-04 *2026-10* Pablo Galindo Salgado
3.9 :pep:`596` security 2020-10-05 *2025-10* Łukasz Langa
3.8 :pep:`569` security 2019-10-14 *2024-10* Łukasz Langa
3.7 :pep:`537` security 2018-06-27 *2023-06-27* Ned Deily
====== ========== ======== ============= ============ =====================
.. csv-table::
:header-rows: 1
: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
====================

====== ========== =========== ============= =========== ================================
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
====== ========== =========== ============= =========== ================================
.. csv-table::
:header-rows: 1
: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