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.
release-cycle.json
1 parent c08754f commit 6bbe454Copy full SHA for 6bbe454
build_docs.py
@@ -1256,8 +1256,7 @@ def build_docs(args: argparse.Namespace) -> int:
1256
def parse_versions_from_devguide(http: urllib3.PoolManager) -> Versions:
1257
releases = http.request(
1258
"GET",
1259
- "https://raw.githubusercontent.com/"
1260
- "python/devguide/main/include/release-cycle.json",
+ "https://peps.python.org/api/release-cycle.json",
1261
timeout=30,
1262
).json()
1263
return Versions.from_json(releases)
0 commit comments