8000 Add python-releases.toml by AA-Turner · Pull Request #4331 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Add python-releases.toml #4331

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

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Update for 3.15, from PEP 790
  • Loading branch information
AA-Turner committed May 2, 2025
commit 7b18f8d63dd153578ba3d5deacdffa4e006c5a9b
4 changes: 4 additions & 0 deletions peps/pep-0790.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Release 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`.

.. feature release schedule

Expected:

- 3.15 development begins: Tuesday, 2025-05-06
Expand All @@ -50,6 +52,8 @@ Expected:
- 3.15.0 candidate 2: Tuesday, 2026-09-01
- 3.15.0 final: Thursday, 2026-10-01

.. end of schedule

Subsequent bugfix releases every two months.


Expand Down
4 changes: 2 additions & 2 deletions release_engineering/python-releases.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3337,8 +3337,8 @@ date = 2025-10-07

[metadata."3.15"]
pep = 790
#status = # TODO! pre-branch status?
#branch = # TODO! pre-branch branch?
status = "" # TODO! pre-branch status?
branch = "" # TODO! pre-branch branch?
release-manager = "Hugo van Kemenade"
start-of-development = 2025-05-06
first-release = 2026-10-01
Expand Down
0