diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index abe5af9afce..de46c473135 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -726,9 +726,7 @@ permissions. - Update the `issue tracker`_ for the new branch: add the new version to the versions list. - - Update the `devguide - `__ - to reflect the new branches and versions. + - Update python-releases.toml_ to reflect the new branches and versions. - Create a PR to update the supported releases table on the `downloads page `__ (see @@ -812,10 +810,10 @@ else does them. Some of those tasks include: * https://www.python.org/downloads/release/python-336/ -- In the `developer's guide - `__, - set the branch status to end-of-life - and update or remove references to the branch elsewhere in the devguide. +- In python-releases.toml_, set the branch status to end-of-life. + +- Update or remove references to the branch in the `developer's guide + `__. - Retire the release from the `issue tracker`_. Tasks include: @@ -884,6 +882,7 @@ This document has been placed in the public domain. .. _deferred-blocker: https://github.com/python/cpython/labels/deferred-blocker .. _discuss.python.org: https://discuss.python.org .. _issue tracker: https://github.com/python/cpython/issues +.. _python-releases.toml: https://github.com/python/peps/blob/HEAD/release_management/python-releases.toml .. _python/cpython: https://github.com/python/cpython .. _python/peps: https://github.com/python/peps .. _python/release-tools: https://github.com/python/release-tools