|
| 1 | +PEP: 826 |
| 2 | +Title: Python 3.16 Release Schedule |
| 3 | +Author: Savannah Ostrowski |
| 4 | +Status: Active |
| 5 | +Type: Informational |
| 6 | +Topic: Release |
| 7 | +Created: 23-Feb-2026 |
| 8 | +Python-Version: 3.16 |
| 9 | + |
| 10 | + |
| 11 | +Abstract |
| 12 | +======== |
| 13 | + |
| 14 | +This document describes the development and release schedule for Python 3.16. |
| 15 | + |
| 16 | +Release manager and crew |
| 17 | +======================== |
| 18 | + |
| 19 | +- 3.16 release manager: Savannah Ostrowski |
| 20 | +- Windows installers: Steve Dower |
| 21 | +- Mac installers: Ned Deily |
| 22 | +- Documentation: Julien Palard |
| 23 | + |
| 24 | + |
| 25 | +Release schedule |
| 26 | +================ |
| 27 | + |
| 28 | +3.16.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 | +.. release schedule: feature |
| 35 | +
|
| 36 | +Expected: |
| 37 | + |
| 38 | +- 3.16 development begins: Tuesday, 2026-05-05 |
| 39 | +- 3.16.0 alpha 1: Tuesday, 2026-10-13 |
| 40 | +- 3.16.0 alpha 2: Tuesday, 2026-11-10 |
| 41 | +- 3.16.0 alpha 3: Tuesday, 2026-12-15 |
| 42 | +- 3.16.0 alpha 4: Tuesday, 2027-01-12 |
| 43 | +- 3.16.0 alpha 5: Tuesday, 2027-02-09 |
| 44 | +- 3.16.0 alpha 6: Tuesday, 2027-03-09 |
| 45 | +- 3.16.0 alpha 7: Tuesday, 2027-04-13 |
| 46 | +- 3.16.0 beta 1: Tuesday, 2027-05-04 |
| 47 | + (No new features beyond this point.) |
| 48 | +- 3.16.0 beta 2: Tuesday, 2027-05-25 |
| 49 | +- 3.16.0 beta 3: Tuesday, 2027-06-15 |
| 50 | +- 3.16.0 beta 4: Tuesday, 2027-07-13 |
| 51 | +- 3.16.0 candidate 1: Tuesday, 2027-07-27 |
| 52 | +- 3.16.0 candidate 2: Tuesday, 2027-08-31 |
| 53 | +- 3.16.0 final: Tuesday, 2027-10-05 |
| 54 | + |
| 55 | +.. release schedule: ends |
| 56 | +
|
| 57 | +Subsequent bugfix releases every two months. |
| 58 | + |
| 59 | + |
| 60 | +3.16 lifespan |
| 61 | +------------- |
| 62 | + |
| 63 | +* Python 3.16 will receive bugfix updates approximately every second month for |
| 64 | + two years. |
| 65 | +* Around the time of the release of 3.18.0 final, the final 3.16 bugfix update |
| 66 | + will be released. |
| 67 | +* After that, it is expected that security updates (source only) will be |
| 68 | + released for the next three years, until five years after the release of |
| 69 | + 3.16.0 final, so until approximately October 2032. |
| 70 | + |
| 71 | + |
| 72 | +Copyright |
| 73 | +========= |
| 74 | + |
| 75 | +This document is placed in the public domain or under the |
| 76 | +CC0-1.0-Universal license, whichever is more permissive. |
0 commit comments