From bb06556b268847321fe1a0146e2d49d665441e4f Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:35:48 +0000 Subject: [PATCH 1/3] PEP 101: Instruct the Release Manager to change ``python-releases.toml`` --- peps/pep-0101.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index abe5af9afce..24efc4a4ac8 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -726,8 +726,7 @@ permissions. - Update the `issue tracker`_ for the new branch: add the new version to the versions list. - - Update the `devguide - `__ + - Update `python-releases.toml <../release_management/python-releases.toml>`__ to reflect the new branches and versions. - Create a PR to update the supported releases table on the @@ -812,8 +811,7 @@ else does them. Some of those tasks include: * https://www.python.org/downloads/release/python-336/ -- In the `developer's guide - `__, +- In `python-releases.toml <../release_management/python-releases.toml>`__, set the branch status to end-of-life and update or remove references to the branch elsewhere in the devguide. From c64d0a6d8b082a1e6c0c56812bb267246c4039c3 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:38:28 +0000 Subject: [PATCH 2/3] fixup --- peps/pep-0101.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index 24efc4a4ac8..f21bcfc1f8a 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -812,8 +812,10 @@ else does them. Some of those tasks include: * https://www.python.org/downloads/release/python-336/ - In `python-releases.toml <../release_management/python-releases.toml>`__, - set the branch status to end-of-life - and update or remove references to the branch elsewhere in the devguide. + 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: From 5265b9de1846029e6869cd3c47e9a4cb74b0ef6f Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:17:06 +0000 Subject: [PATCH 3/3] fixup --- peps/pep-0101.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index f21bcfc1f8a..de46c473135 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -726,8 +726,7 @@ permissions. - Update the `issue tracker`_ for the new branch: add the new version to the versions list. - - Update `python-releases.toml <../release_management/python-releases.toml>`__ - 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 @@ -811,8 +810,7 @@ else does them. Some of those tasks include: * https://www.python.org/downloads/release/python-336/ -- In `python-releases.toml <../release_management/python-releases.toml>`__, - set the branch status to end-of-life. +- In python-releases.toml_, set the branch status to end-of-life. - Update or remove references to the branch in the `developer's guide `__. @@ -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