PEP 826: Python 3.16 Release Schedule#4829
Merged
savannahostrowski merged 11 commits intopython:mainfrom Feb 23, 2026
Merged
Conversation
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
hugovk
reviewed
Feb 23, 2026
|
|
||
| [metadata."3.16"] | ||
| pep = 826 | ||
| status = "" |
Member
There was a problem hiding this comment.
@AA-Turner What value should we have here? The docs build got an error:
ValueError: Saw invalid version status '', expected to be one of EOL, bugfix, end-of-life, feature, in development, pre-release, prerelease, security, security-fixes, stable.
(1 additional frame(s) were not displayed)
...
File "build_docs.py", line 1018, in main
return build_docs_with_lock(args, "build_docs_html_en.lock")
File "build_docs.py", line 1169, in build_docs_with_lock
return build_docs(args)
File "build_docs.py", line 1179, in build_docs
versions = parse_versions_from_peps_site(http)
File "build_docs.py", line 1264, in parse_versions_from_peps_site
return Versions.from_json(releases)
File "build_docs.py", line 118, in from_json
raise ValueError(msg)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Basic requirements (all PEP Types)
pep-NNNN.rst), PR title (PEP 123: <Title of PEP>) andPEPheaderAuthororSponsor, and formally confirmed their approvalAuthor,Status(Draft),TypeandCreatedheaders filled out correctlyPEP-Delegate,Topic,RequiresandReplacesheaders completed if appropriate.github/CODEOWNERSfor the PEPIt is very early but I'm currently planning out travel for the year and so figured I'd open the draft of this now. Not totally sure on the timing for merging this but I'm sure @hugovk will let me know :D
📚 Documentation preview 📚: https://pep-previews--4829.org.readthedocs.build/