-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
PEP 826: Python 3.16 Release Schedule #4829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
savannahostrowski
merged 11 commits into
python:main
from
savannahostrowski:3.16-schedule
Feb 23, 2026
+160
−0
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
b00dff6
Draft of 3.16 schedule
savannahostrowski 9b5ea53
Add date
savannahostrowski cc39ffa
Merge branch 'main' into 3.16-schedule
savannahostrowski 382c5ba
use 823
savannahostrowski 7fe22dc
Add CODEOWNERS
savannahostrowski 6cc1acd
Just make created date today
savannahostrowski 1d555cd
Use 826
savannahostrowski 52d00cc
Update codeowners
savannahostrowski 9a8470d
Update release_management/python-releases.toml
savannahostrowski 6a5bd8e
add newline
savannahostrowski a921c8f
Update release_management/python-releases.toml
savannahostrowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| PEP: 826 | ||
| Title: Python 3.16 Release Schedule | ||
| Author: Savannah Ostrowski | ||
| Status: Active | ||
| Type: Informational | ||
| Topic: Release | ||
| Created: 23-Feb-2026 | ||
| Python-Version: 3.16 | ||
|
|
||
|
|
||
| Abstract | ||
| ======== | ||
|
|
||
| This document describes the development and release schedule for Python 3.16. | ||
|
|
||
| Release manager and crew | ||
| ======================== | ||
|
|
||
| - 3.16 release manager: Savannah Ostrowski | ||
| - Windows installers: Steve Dower | ||
| - Mac installers: Ned Deily | ||
| - Documentation: Julien Palard | ||
|
|
||
|
|
||
| Release schedule | ||
| ================ | ||
|
|
||
| 3.16.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`. | ||
|
|
||
| .. release schedule: feature | ||
|
|
||
| Expected: | ||
|
|
||
| - 3.16 development begins: Tuesday, 2026-05-05 | ||
| - 3.16.0 alpha 1: Tuesday, 2026-10-13 | ||
| - 3.16.0 alpha 2: Tuesday, 2026-11-10 | ||
| - 3.16.0 alpha 3: Tuesday, 2026-12-15 | ||
| - 3.16.0 alpha 4: Tuesday, 2027-01-12 | ||
| - 3.16.0 alpha 5: Tuesday, 2027-02-09 | ||
| - 3.16.0 alpha 6: Tuesday, 2027-03-09 | ||
| - 3.16.0 alpha 7: Tuesday, 2027-04-13 | ||
| - 3.16.0 beta 1: Tuesday, 2027-05-04 | ||
| (No new features beyond this point.) | ||
| - 3.16.0 beta 2: Tuesday, 2027-05-25 | ||
| - 3.16.0 beta 3: Tuesday, 2027-06-15 | ||
| - 3.16.0 beta 4: Tuesday, 2027-07-13 | ||
| - 3.16.0 candidate 1: Tuesday, 2027-07-27 | ||
| - 3.16.0 candidate 2: Tuesday, 2027-08-31 | ||
| - 3.16.0 final: Tuesday, 2027-10-05 | ||
|
|
||
| .. release schedule: ends | ||
|
|
||
| Subsequent bugfix releases every two months. | ||
|
|
||
|
|
||
| 3.16 lifespan | ||
| ------------- | ||
|
|
||
| * Python 3.16 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.16 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.16.0 final, so until approximately October 2032. | ||
|
|
||
|
|
||
| Copyright | ||
| ========= | ||
|
|
||
| This document is placed in the public domain or under the | ||
| CC0-1.0-Universal license, whichever is more permissive. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AA-Turner What value should we have here? The docs build got an error:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh this is my fault, sorry. really 'feature' isn't appropriate, i thought i had written the support code to handle the empty string.
I'll put up a fix after dinner (NYC time)
A