@@ -90,19 +90,21 @@ contributing to Python:
90
90
Status of Python branches
91
91
-------------------------
92
92
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
+ +------------------+--------------+-------------+----------------+----------------+-----------------------+
106
108
107
109
.. Remember to update the end-of-life table in devcycle.rst.
108
110
0 commit comments