Skip to content

Commit b353f81

Browse files
author
Rémi Lapeyre
authored
Update table "Status of Python branches" (GH-590)
1 parent 74d5f3a commit b353f81

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

index.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,21 @@ contributing to Python:
9090
Status of Python branches
9191
-------------------------
9292

93-
+------------------+--------------+-------------+----------------+----------------+-------------------+
94-
| Branch | Schedule | Status | First release | End-of-life | Release manager |
95-
+==================+==============+=============+================+================+===================+
96-
| master | :pep:`596` | features | *TBD* | *TBD* | Łukasz Langa |
97-
+------------------+--------------+-------------+----------------+----------------+-------------------+
98-
| 3.8 | :pep:`569` | bugfix | 2019-10-14 | *2024-10* | Łukasz Langa |
99-
+------------------+--------------+-------------+----------------+----------------+-------------------+
100-
| 3.7 | :pep:`537` | bugfix | 2018-06-27 | *2023-06-27* | Ned Deily |
101-
+------------------+--------------+-------------+----------------+----------------+-------------------+
102-
| 3.6 | :pep:`494` | security | 2016-12-23 | *2021-12-23* | Ned Deily |
103-
+------------------+--------------+-------------+----------------+----------------+-------------------+
104-
| 3.5 | :pep:`478` | security | 2015-09-13 | *2020-09-13* | Larry Hastings |
105-
+------------------+--------------+-------------+----------------+----------------+-------------------+
93+
+------------------+--------------+-------------+----------------+----------------+-----------------------+
94+
| Branch | Schedule | Status | First release | End-of-life | Release manager |
95+
+==================+==============+=============+================+================+=======================+
96+
| master | :pep:`619` | features | *2021-10-04* | *TBD* | Pablo Galindo Salgado |
97+
+------------------+--------------+-------------+----------------+----------------+-----------------------+
98+
| 3.9 | :pep:`596` | bugfix | *2020-10-05* | *TBD* | Łukasz Langa |
99+
+------------------+--------------+-------------+----------------+----------------+-----------------------+
100+
| 3.8 | :pep:`569` | bugfix | 2019-10-14 | *2024-10* | Łukasz Langa |
101+
+------------------+--------------+-------------+----------------+----------------+-----------------------+
102+
| 3.7 | :pep:`537` | bugfix | 2018-06-27 | *2023-06-27* | Ned Deily |
103+
+------------------+--------------+-------------+----------------+----------------+-----------------------+
104+
| 3.6 | :pep:`494` | security | 2016-12-23 | *2021-12-23* | Ned Deily |
105+
+------------------+--------------+-------------+----------------+----------------+-----------------------+
106+
| 3.5 | :pep:`478` | security | 2015-09-13 | *2020-09-13* | Larry Hastings |
107+
+------------------+--------------+-------------+----------------+----------------+-----------------------+
106108

107109
.. Remember to update the end-of-life table in devcycle.rst.
108110

0 commit comments

Comments
 (0)