File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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" ]
33803381pep = 790
3381- status = " feature" # TODO! pre-branch status?
3382- branch = " main" # TODO! pre-branch branch?
3382+ status = " feature"
3383+ branch = " main"
33833384release-manager = " Hugo van Kemenade"
33843385start-of-development = 2025-05-06
33853386first-release = 2026-10-01
You can’t perform that action at this time.
0 commit comments