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
Next Next commit
Replace the "Status of the Python branches" table with a csv.
  • Loading branch information
ezio-melotti committed Jun 6, 2022
commit 83d22caefac6cda7f4bd6885ecb72d4d40a63b17
7 changes: 7 additions & 0 deletions 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,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
20 changes: 5 additions & 15 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,12 @@ contributing to Python:
Status of Python branches
-------------------------

+------------------+--------------+-------------+----------------+----------------+-----------------------+
| 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: branches.csv

.. Update the status of the branches in branches.csv
.. Remember to update the end-of-life table in devcycle.rst.

Dates in *italic* are scheduled and can be adjusted.
Expand Down