From 9aabfd70ba094dff343b384283feae03b67f8b09 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 11 May 2025 23:55:56 +0300 Subject: [PATCH] Add Python 3.15 --- python-release-schedule-ical.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python-release-schedule-ical.py b/python-release-schedule-ical.py index 2bd099e..3b95627 100755 --- a/python-release-schedule-ical.py +++ b/python-release-schedule-ical.py @@ -18,6 +18,7 @@ '3.12': 'pep-0693', '3.13': 'pep-0719', '3.14': 'pep-0745', + '3.15': 'pep-0790', } pep_url = 'https://peps.python.org/'