|
| 1 | +PEP: 790 |
| 2 | +Title: Python 3.15 Release Schedule |
| 3 | +Author: Hugo van Kemenade |
| 4 | +Status: Active |
| 5 | +Type: Informational |
| 6 | +Topic: Release |
| 7 | +Created: 26-Apr-2025 |
| 8 | +Python-Version: 3.15 |
| 9 | + |
| 10 | + |
| 11 | +Abstract |
| 12 | +======== |
| 13 | + |
| 14 | +This document describes the development and release schedule for Python 3.15. |
| 15 | + |
| 16 | +Release manager and crew |
| 17 | +======================== |
| 18 | + |
| 19 | +- 3.15 release manager: Hugo van Kemenade |
| 20 | +- Windows installers: Steve Dower |
| 21 | +- Mac installers: Ned Deily |
| 22 | +- Documentation: Julien Palard |
| 23 | + |
| 24 | + |
| 25 | +Release schedule |
| 26 | +================ |
| 27 | + |
| 28 | +3.15.0 schedule |
| 29 | +--------------- |
| 30 | + |
| 31 | +The dates below use a 17-month development period that results in a 12-month |
| 32 | +release cadence between feature versions, as defined by :pep:`602`. |
| 33 | + |
| 34 | +Expected: |
| 35 | + |
| 36 | +- 3.15 development begins: Tuesday, 2025-05-06 |
| 37 | +- 3.15.0 alpha 1: Tuesday, 2025-10-14 |
| 38 | +- 3.15.0 alpha 2: Tuesday, 2025-11-18 |
| 39 | +- 3.15.0 alpha 3: Tuesday, 2025-12-16 |
| 40 | +- 3.15.0 alpha 4: Tuesday, 2026-01-13 |
| 41 | +- 3.15.0 alpha 5: Tuesday, 2026-02-10 |
| 42 | +- 3.15.0 alpha 6: Tuesday, 2026-03-10 |
| 43 | +- 3.15.0 alpha 7: Tuesday, 2026-04-07 |
| 44 | +- 3.15.0 beta 1: Tuesday, 2026-05-05 |
| 45 | + (No new features beyond this point.) |
| 46 | +- 3.15.0 beta 2: Tuesday, 2026-05-26 |
| 47 | +- 3.15.0 beta 3: Tuesday, 2026-06-16 |
| 48 | +- 3.15.0 beta 4: Tuesday, 2026-07-14 |
| 49 | +- 3.15.0 candidate 1: Tuesday, 2026-07-28 |
| 50 | +- 3.15.0 candidate 2: Tuesday, 2026-09-01 |
| 51 | +- 3.15.0 final: Thursday, 2026-10-01 |
| 52 | + |
| 53 | +Subsequent bugfix releases every two months. |
| 54 | + |
| 55 | + |
| 56 | +3.15 lifespan |
| 57 | +------------- |
| 58 | + |
| 59 | +* Python 3.15 will receive bugfix updates approximately every second month for |
| 60 | + two years. |
| 61 | +* Around the time of the release of 3.18.0 final, the final 3.15 bugfix update |
| 62 | + will be released. |
| 63 | +* After that, it is expected that security updates (source only) will be |
| 64 | + released for the next three years, until five years after the release of |
| 65 | + 3.15.0 final, so until approximately October 2031. |
| 66 | + |
| 67 | + |
| 68 | +Copyright |
| 69 | +========= |
| 70 | + |
| 71 | +This document is placed in the public domain or under the |
| 72 | +CC0-1.0-Universal license, whichever is more permissive. |
0 commit comments