10000 Replace the "Status of the Python branches" table with a csv. by ezio-melotti · Pull Request #884 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

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 new tables with csvs.
  • Loading branch information
ezio-melotti committed Jul 12, 2022
commit 3452cf9c2127e01c8fbed8899e15dc424030079a
32 changes: 8 additions & 24 deletions versions.rst
4B7C
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,19 @@ Supported Versions

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

====== ========== ======== ============= ============ =====================
Branch Schedule Status First release End-of-life Release manager
====== ========== ======== ============= ============ =====================
main TBA features *2023-10-03* *2028-10* Thomas Wouters
3.11 :pep:`664` bugfix *2022-10-03* *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: 15, 15, 15, 15, 15, 25
:file: include/branches.csv


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, 12, 40
:file: include/end-of-life.csv

Status key
==========
Expand Down
0