Skip to content

Commit 14d21fc

Browse files
committed
Update release-cycle.json URL
1 parent ac6cbb9 commit 14d21fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def is_feature_freeze_release(self) -> bool:
208208

209209
@property
210210
def is_security_release(self) -> bool:
211-
url = "https://raw.githubusercontent.com/python/devguide/refs/heads/main/include/release-cycle.json"
211+
url = "https://peps.python.org/api/release-cycle.json"
212212
with urllib.request.urlopen(url) as response:
213213
data = json.loads(response.read())
214214
return str(data[self.basic_version]["status"]) == "security"

0 commit comments

Comments
 (0)