Skip to content

Commit 390a2da

Browse files
committed
docs
1 parent bf25b48 commit 390a2da

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

release_management/python-releases.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
# python -m release_management update-peps
1414
#
1515
# The PEP rendering system, via Sphinx, uses this document to regenerate the
16-
# 'release-cycle' JSON file, found at https://peps.python.org/release-cycle.json.
17-
# This JSON file is intended for public consumption. The format of this TOML
18-
# document is not guaranteed and may change without notice.
16+
# 'release-cycle' JSON file, found at https://peps.python.org/release-cycle.json,
17+
# and a full JSON representation at https://peps.python.org/python-releases.json,
18+
# This 'release-cycle' JSON file is intended for public consumption. The format
19+
# of this TOML document is not guaranteed and may change without notice.
1920

2021
# -- Python 1.6 --------------------------------------------------------------
2122

@@ -3378,8 +3379,8 @@ date = 2025-10-07
33783379

33793380
[metadata."3.15"]
33803381
pep = 790
3381-
status = "feature" # TODO! pre-branch status?
3382-
branch = "main" # TODO! pre-branch branch?
3382+
status = "feature"
3383+
branch = "main"
33833384
release-manager = "Hugo van Kemenade"
33843385
start-of-development = 2025-05-06
33853386
first-release = 2026-10-01

0 commit comments

Comments
 (0)