We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce3896 commit ff19462Copy full SHA for ff19462
src/installer/source.d/python.py
@@ -58,9 +58,7 @@ class ReleaseCycle:
58
59
RELEASE_LIST_URL = "https://www.python.org/api/v2/downloads/release/"
60
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
-)
+RELEASE_CYCLE_URL = "https://peps.python.org/api/release-cycle.json"
64
65
66
def fetch_release_list() -> list[Release]:
0 commit comments