Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update table "Status of Python branches"
  • Loading branch information
remilapeyre committed May 23, 2020
commit 0d430550712f9d7182a0afbdec07a25bdd24733a
28 changes: 15 additions & 13 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,21 @@ contributing to Python:
Status of Python branches
-------------------------

+------------------+--------------+-------------+----------------+----------------+-------------------+
| Branch | Schedule | Status | First release | End-of-life | Release manager |
+==================+==============+=============+================+================+===================+
| master | :pep:`596` | features | *TBD* | *TBD* | Łukasz Langa |
+------------------+--------------+-------------+----------------+----------------+-------------------+
| 3.8 | :pep:`569` | bugfix | 2019-10-14 | *2024-10* | Łukasz Langa |
+------------------+--------------+-------------+----------------+----------------+-------------------+
| 3.7 | :pep:`537` | bugfix | 2018-06-27 | *2023-06-27* | Ned Deily |
+------------------+--------------+-------------+----------------+----------------+-------------------+
| 3.6 | :pep:`494` | security | 2016-12-23 | *2021-12-23* | Ned Deily |
+------------------+--------------+-------------+----------------+----------------+-------------------+
| 3.5 | :pep:`478` | security | 2015-09-13 | *2020-09-13* | Larry Hastings |
+------------------+--------------+-------------+----------------+----------------+-------------------+
+------------------+--------------+-------------+----------------+----------------+-----------------------+
| Branch | Schedule | Status | First release | End-of-life | Release manager |
+==================+==============+=============+================+================+=======================+
| master | *TBD* | features | *TBD* | *TBD* | Pablo Galindo Salgado |
Comment thread
remilapeyre marked this conversation as resolved.
Outdated
Comment thread
remilapeyre marked this conversation as resolved.
Outdated
+------------------+--------------+-------------+----------------+----------------+-----------------------+
| 3.9 | :pep:`596` | bugfix | *TBD* | *TBD* | Łukasz Langa |
Comment thread
remilapeyre marked this conversation as resolved.
Outdated
+------------------+--------------+-------------+----------------+----------------+-----------------------+
| 3.8 | :pep:`569` | bugfix | 2019-10-14 | *2024-10* | Łukasz Langa |
+------------------+--------------+-------------+----------------+----------------+-----------------------+
| 3.7 | :pep:`537` | security | 2018-06-27 | *2023-06-27* | Ned Deily |
Comment thread
remilapeyre marked this conversation as resolved.
Outdated
+------------------+--------------+-------------+----------------+----------------+-----------------------+
| 3.6 | :pep:`494` | security | 2016-12-23 | *2021-12-23* | Ned Deily |
+------------------+--------------+-------------+----------------+----------------+-----------------------+
| 3.5 | :pep:`478` | security | 2015-09-13 | *2020-09-13* | Larry Hastings |
+------------------+--------------+-------------+----------------+----------------+-----------------------+

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

Expand Down