Skip to content

Commit ff19462

Browse files
authored
Update release-cycle.json URL
This file is now generated and published from the PEPs repo (python/peps#4331) and will be removed from the devguide soon (python/devguide#1685).
1 parent 7ce3896 commit ff19462

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/installer/source.d/python.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ class ReleaseCycle:
5858

5959
RELEASE_LIST_URL = "https://www.python.org/api/v2/downloads/release/"
6060
RELEASE_FILE_LIST_URL = "https://www.python.org/api/v2/downloads/release_file/"
61-
RELEASE_CYCLE_URL = (
62-
"https://github.com/python/devguide/raw/main/include/release-cycle.json"
63-
)
61+
RELEASE_CYCLE_URL = "https://peps.python.org/api/release-cycle.json"
6462

6563

6664
def fetch_release_list() -> list[Release]:

0 commit comments

Comments
 (0)