@@ -91,7 +91,9 @@ Status of Python branches
91
91
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
92
92
| Branch | Schedule | Status | First release | End-of-life | Comment |
93
93
+==================+==============+=============+================+================+============================================================================+
94
- | master | :pep: `537 ` | features | *2018-06-15 * | *2023-06-15 * | The master branch is currently the future version Python 3.7. |
94
+ | master | :pep: `569 ` | features | *2019-10-20 * | *2024-10 * | The master branch is currently the future Python 3.8. |
95
+ +------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
96
+ | 3.7 | :pep: `537 ` | prerelease | *2018-06-15 * | *2023-06 * | Fixes for features, bugs, and docs in the upcoming 3.7.0 release |
95
97
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
96
98
| 3.6 | :pep: `494 ` | bugfix | 2016-12-23 | *2021-12-23 * | `Most recent binary release: Python 3.6.4 |
97
99
| | | | | | <https://www.python.org/downloads/release/python-364/>`_ |
@@ -117,6 +119,8 @@ Status:
117
119
118
120
:features: new features are only added to the master branch, this branch
119
121
accepts any kind of change.
122
+ :prerelease: feature fixes, bugfixes and security fixes are accepted for the
123
+ upcoming feature release.
120
124
:bugfix: bugfixes and security fixes are accepted, new binaries are still
121
125
released.
122
126
:security: only security fixes are accepted and no more binaries are released,
0 commit comments