From ff1946228b718fceb276f9406ea0ec1dca9bede3 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:54:13 +0200 Subject: [PATCH] Update release-cycle.json URL This file is now generated and published from the PEPs repo (https://github.com/python/peps/pull/4331) and will be removed from the devguide soon (https://github.com/python/devguide/pull/1685). --- src/installer/source.d/python.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/installer/source.d/python.py b/src/installer/source.d/python.py index b434c1f..e281803 100755 --- a/src/installer/source.d/python.py +++ b/src/installer/source.d/python.py @@ -58,9 +58,7 @@ class ReleaseCycle: RELEASE_LIST_URL = "https://www.python.org/api/v2/downloads/release/" RELEASE_FILE_LIST_URL = "https://www.python.org/api/v2/downloads/release_file/" -RELEASE_CYCLE_URL = ( - "https://github.com/python/devguide/raw/main/include/release-cycle.json" -) +RELEASE_CYCLE_URL = "https://peps.python.org/api/release-cycle.json" def fetch_release_list() -> list[Release]: