From 0f28643574dab0c1b304330d3893f71b59ff1de1 Mon Sep 17 00:00:00 2001
From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Date: Sat, 26 Apr 2025 16:56:05 +0300
Subject: [PATCH] PEP 790: Python 3.15 release schedule

---
 .github/CODEOWNERS |  2 +-
 peps/pep-0790.rst  | 72 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 1 deletion(-)
 create mode 100644 peps/pep-0790.rst

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fe91721736f..6e663ef54d2 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -626,7 +626,6 @@ peps/pep-0745.rst  @hugovk
 peps/pep-0746.rst  @JelleZijlstra
 peps/pep-0747.rst  @JelleZijlstra
 peps/pep-0748.rst  @ncoghlan
-# ...
 peps/pep-0749.rst  @JelleZijlstra
 peps/pep-0750.rst  @gvanrossum @lysnikolaou
 peps/pep-0751.rst  @brettcannon
@@ -668,6 +667,7 @@ peps/pep-0785.rst  @gpshead
 peps/pep-0787.rst  @ncoghlan
 # ...
 peps/pep-0789.rst  @njsmith
+peps/pep-0790.rst  @hugovk
 # ...
 peps/pep-0801.rst  @warsaw
 # ...
diff --git a/peps/pep-0790.rst b/peps/pep-0790.rst
new file mode 100644
index 00000000000..a57937aaa79
--- /dev/null
+++ b/peps/pep-0790.rst
@@ -0,0 +1,72 @@
+PEP: 790
+Title: Python 3.15 Release Schedule
+Author: Hugo van Kemenade
+Status: Active
+Type: Informational
+Topic: Release
+Created: 26-Apr-2025
+Python-Version: 3.15
+
+
+Abstract
+========
+
+This document describes the development and release schedule for Python 3.15.
+
+Release manager and crew
+========================
+
+- 3.15 release manager: Hugo van Kemenade
+- Windows installers: Steve Dower
+- Mac installers: Ned Deily
+- Documentation: Julien Palard
+
+
+Release schedule
+================
+
+3.15.0 schedule
+---------------
+
+The dates below use a 17-month development period that results in a 12-month
+release cadence between feature versions, as defined by :pep:`602`.
+
+Expected:
+
+- 3.15 development begins: Tuesday, 2025-05-06
+- 3.15.0 alpha 1: Tuesday, 2025-10-14
+- 3.15.0 alpha 2: Tuesday, 2025-11-18
+- 3.15.0 alpha 3: Tuesday, 2025-12-16
+- 3.15.0 alpha 4: Tuesday, 2026-01-13
+- 3.15.0 alpha 5: Tuesday, 2026-02-10
+- 3.15.0 alpha 6: Tuesday, 2026-03-10
+- 3.15.0 alpha 7: Tuesday, 2026-04-07
+- 3.15.0 beta 1: Tuesday, 2026-05-05
+  (No new features beyond this point.)
+- 3.15.0 beta 2: Tuesday, 2026-05-26
+- 3.15.0 beta 3: Tuesday, 2026-06-16
+- 3.15.0 beta 4: Tuesday, 2026-07-14
+- 3.15.0 candidate 1: Tuesday, 2026-07-28
+- 3.15.0 candidate 2: Tuesday, 2026-09-01
+- 3.15.0 final: Thursday, 2026-10-01
+
+Subsequent bugfix releases every two months.
+
+
+3.15 lifespan
+-------------
+
+* Python 3.15 will receive bugfix updates approximately every second month for
+  two years.
+* Around the time of the release of 3.18.0 final, the final 3.15 bugfix update
+  will be released.
+* After that, it is expected that security updates (source only) will be
+  released for the next three years, until five years after the release of
+  3.15.0 final, so until approximately October 2031.
+
+
+Copyright
+=========
+
+This document is placed in the public domain or under the
+CC0-1.0-Universal license, whichever is more permissive.