@@ -98,11 +98,13 @@ Status of Python branches
98
98
+------------------+--------------+-------------+----------------+----------------+-----------------------+
99
99
| Branch | Schedule | Status | First release | End-of-life | Release manager |
100
100
+==================+==============+=============+================+================+=======================+
101
- | main | :pep: `619 ` | features | *2021-10-04 * | *TBD * | Pablo Galindo Salgado |
101
+ | main | *TBD * | features | *TBD * | *TBD * | Pablo Galindo Salgado |
102
+ +------------------+--------------+-------------+----------------+----------------+-----------------------+
103
+ | 3.10 | :pep: `619 ` | prerelase | *2021-10-04 * | *TBD * | Pablo Galindo Salgado |
102
104
+------------------+--------------+-------------+----------------+----------------+-----------------------+
103
105
| 3.9 | :pep: `596 ` | bugfix | 2020-10-05 | *TBD * | Łukasz Langa |
104
106
+------------------+--------------+-------------+----------------+----------------+-----------------------+
105
- | 3.8 | :pep: `569 ` | bugfix | 2019-10-14 | *2024-10 * | Łukasz Langa |
107
+ | 3.8 | :pep: `569 ` | security | 2019-10-14 | *2024-10 * | Łukasz Langa |
106
108
+------------------+--------------+-------------+----------------+----------------+-----------------------+
107
109
| 3.7 | :pep: `537 ` | security | 2018-06-27 | *2023-06-27 * | Ned Deily |
108
110
+------------------+--------------+-------------+----------------+----------------+-----------------------+
@@ -111,7 +113,7 @@ Status of Python branches
111
113
112
114
.. Remember to update the end-of-life table in devcycle.rst.
113
115
114
- The main branch is currently the future Python 3.10 , and is the only
116
+ The main branch is currently the future Python 3.11 , and is the only
115
117
branch that accepts new features. The latest release for each Python
116
118
version can be found on the `download page <https://www.python.org/downloads/ >`_.
117
119
0 commit comments