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 d234028 commit 934f7a0Copy full SHA for 934f7a0
python-release-schedule-ical.py
@@ -17,9 +17,10 @@
17
'3.11': 'pep-0664',
18
'3.12': 'pep-0693',
19
'3.13': 'pep-0719',
20
+ '3.14': 'pep-0745',
21
}
22
-pep_url = 'https://www.python.org/dev/peps/'
23
+pep_url = 'https://peps.python.org/'
24
calendar_filename = 'python-releases.ics'
25
26
def uid(name):
@@ -53,5 +54,5 @@ def uid(name):
53
54
write_file.write(line)
55
if 'PRODID' in line:
56
write_file.write("X-WR-CALNAME:Python releases schedule\n")
- write_file.write("X-WR-CALDESC:Python releases schedule parsed from https://www.python.org/dev/peps/\n")
57
+ write_file.write("X-WR-CALDESC:Python releases schedule parsed from https://peps.python.org\n")
58
0 commit comments