From 247d6eca479cb8cfc6eb7ec902724d28dd1aed05 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:52:43 +0200 Subject: [PATCH] Update release-cycle.json URL --- src/yore/_internal/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yore/_internal/lib.py b/src/yore/_internal/lib.py index 14d02d5..9707f95 100644 --- a/src/yore/_internal/lib.py +++ b/src/yore/_internal/lib.py @@ -466,7 +466,7 @@ def yield_path_comments(path: Path, *, prefix: str = DEFAULT_PREFIX) -> Iterator class _LazyPythonDates: - EOL_DATA_URL = "https://raw.githubusercontent.com/python/devguide/main/include/release-cycle.json" + EOL_DATA_URL = "https://peps.python.org/api/release-cycle.json" _dates: ClassVar[dict[str, tuple[Date, Date]]] = {} def __getitem__(self, version: str) -> tuple[Date, Date]: