Skip to content

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented May 8, 2025

For the first beta like 3.14.0b1, we create a new 3.14 branch and main is the for 3.15.

The release automation creates the new "What's New in Python 3.15" Doc/whatsnew/3.15.rst file from a template.

This PR does two things.


First, add a missing newline to the template to fix:

Doc/whatsnew/3.15.rst
  142: Bullet list ends without a blank line; unexpected unindent. [docutils]

https://github.com/python/cpython/actions/runs/14888234804/job/41813532717?pr=133588


Second, right now, we create the new file Doc/whatsnew/3.15.rst but don't add it to the toctree in Doc/whatsnew/index.rst, and get an error:

/home/runner/work/cpython/cpython/Doc/whatsnew/3.15.rst: WARNING: document isn't included in any toctree [toc.not_included]

So this PR also updates Doc/whatsnew/index.rst with the new 3.15.rst entry.

@hugovk
Copy link
Member Author

hugovk commented Sep 11, 2025

Merging after CI passes.

@hugovk hugovk merged commit c28d38e into python:main Sep 11, 2025
14 checks passed
@hugovk hugovk deleted the fix-whatsnew-template branch September 11, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant