Skip to content

Commit 934f7a0

Browse files
hugovkhroncok
authored andcommitted
Add Python 3.14, update PEPs URL
1 parent d234028 commit 934f7a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python-release-schedule-ical.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
'3.11': 'pep-0664',
1818
'3.12': 'pep-0693',
1919
'3.13': 'pep-0719',
20+
'3.14': 'pep-0745',
2021
}
2122

22-
pep_url = 'https://www.python.org/dev/peps/'
23+
pep_url = 'https://peps.python.org/'
2324
calendar_filename = 'python-releases.ics'
2425

2526
def uid(name):
@@ -53,5 +54,5 @@ def uid(name):
5354
write_file.write(line)
5455
if 'PRODID' in line:
5556
write_file.write("X-WR-CALNAME:Python releases schedule\n")
56-
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")
5758

0 commit comments

Comments
 (0)