From 7087dc7ff75fc6fb0ffe21b5b8b4dbcb4c21f565 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:19:50 +0200 Subject: [PATCH] Update release-cycle.json URL to use PEPs API --- master/custom/release_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/custom/release_dashboard.py b/master/custom/release_dashboard.py index 645a569a..83a9fd2a 100644 --- a/master/custom/release_dashboard.py +++ b/master/custom/release_dashboard.py @@ -29,7 +29,7 @@ # get a cache hit. CACHE_DURATION = 6 * 60 -BRANCHES_URL = "https://raw.githubusercontent.com/python/devguide/main/include/release-cycle.json" +BRANCHES_URL = "https://peps.python.org/api/release-cycle.json" def _gimme_error(func):