Release PEPs
Introduction
This is the index of all Python Enhancement Proposals (PEPs) labelled under the ‘Release’ topic. This is a sub-index of PEP 0, the PEP index.
A PEP is written to specify the release cycle for each feature release of Python. See the developer’s guide for more information.
Index by Category
Other Informational PEPs
PEP | Title | Authors | ||
---|---|---|---|---|
IA | 596 | Python 3.9 Release Schedule | Łukasz Langa | 3.9 |
IA | 619 | Python 3.10 Release Schedule | Pablo Galindo Salgado | 3.10 |
IA | 664 | Python 3.11 Release Schedule | Pablo Galindo Salgado | 3.11 |
IA | 693 | Python 3.12 Release Schedule | Thomas Wouters | 3.12 |
IA | 719 | Python 3.13 Release Schedule | Thomas Wouters | 3.13 |
IA | 745 | Python 3.14 Release Schedule | Hugo van Kemenade | 3.14 |
Historical Meta-PEPs and Informational PEPs
PEP Types Key
- I — Informational: Non-normative PEP containing background, guidelines or other information relevant to the Python ecosystem
- P — Process: Normative PEP describing or proposing a change to a Python community process, workflow or governance
- S — Standards Track: Normative PEP with a new feature for Python, implementation change for CPython or interoperability standard for the ecosystem
PEP Status Key
- A — Accepted: Normative proposal accepted for implementation
- A — Active: Currently valid informational guidance, or an in-use process
- D — Deferred: Inactive draft that may be taken up again at a later time
- <No letter> — Draft: Proposal under active discussion and revision
- F — Final: Accepted and implementation complete, or no longer active
- P — Provisional: Provisionally accepted but additional feedback needed
- R — Rejected: Formally declined and will not be accepted
- S — Superseded: Replaced by another succeeding PEP
- W — Withdrawn: Removed from consideration by sponsor or authors