Skip to content

Commit 35f85f9

Browse files
authored
Update release-cycle.json URL to use PEPs API (#643)
1 parent 57ab5bd commit 35f85f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/release_dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# get a cache hit.
3030
CACHE_DURATION = 6 * 60
3131

32-
BRANCHES_URL = "https://raw.githubusercontent.com/python/devguide/main/include/release-cycle.json"
32+
BRANCHES_URL = "https://peps.python.org/api/release-cycle.json"
3333

3434

3535
def _gimme_error(func):

0 commit comments

Comments
 (0)