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 13
13
# python -m release_management update-peps
14
14
#
15
15
# 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.
19
20
20
21
# -- Python 1.6 --------------------------------------------------------------
21
22
@@ -3378,8 +3379,8 @@ date = 2025-10-07
3378
3379
3379
3380
[metadata ."3 .15" ]
3380
3381
pep = 790
3381
- status = " feature" # TODO! pre-branch status?
3382
- branch = " main" # TODO! pre-branch branch?
3382
+ status = " feature"
3383
+ branch = " main"
3383
3384
release-manager = " Hugo van Kemenade"
3384
3385
start-of-development = 2025-05-06
3385
3386
first-release = 2026-10-01
You can’t perform that action at this time.
0 commit comments