From efd1f75047b1146e6dd082b9334461af0da99f5c Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sat, 28 Mar 2026 23:13:51 +0100 Subject: [PATCH 1/2] Fix URLs in python-releases.toml Updated URLs for release-cycle and python-releases JSON files. --- release_management/python-releases.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release_management/python-releases.toml b/release_management/python-releases.toml index cf6ed29f8c4..9253fa1679d 100644 --- a/release_management/python-releases.toml +++ b/release_management/python-releases.toml @@ -13,8 +13,8 @@ # python -m release_management update-peps # # The PEP rendering system, via Sphinx, uses this document to regenerate the -# 'release-cycle' JSON file, found at https://peps.python.org/release-cycle.json, -# and a full JSON representation at https://peps.python.org/python-releases.json, +# 'release-cycle' JSON file, found at https://peps.python.org/api/release-cycle.json, +# and a full JSON representation at https://peps.python.org/api/python-releases.json, # This 'release-cycle' JSON file is intended for public consumption. The format # of this TOML document is not guaranteed and may change without notice. From 201b9813c93a1419c3716e17fb31c2982a4c67e3 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Mon, 30 Mar 2026 09:38:32 +0200 Subject: [PATCH 2/2] Fix URL for release schedule iCalendar file --- peps/api/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/api/index.rst b/peps/api/index.rst index 8bff1b5240a..a8520536412 100644 --- a/peps/api/index.rst +++ b/peps/api/index.rst @@ -212,4 +212,4 @@ release-schedule.ics -------------------- An iCalendar file of Python release dates is available at -https://peps.python.org/api/release-schedule.ics. +https://peps.python.org/release-schedule.ics.