Skip to content

Commit 942673e

Browse files
authored
Finishing touches to update main branch for 3.15 (#133588)
1 parent 5ea2411 commit 942673e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from sphinx.util.docutils import SphinxDirective
2323

2424
# Used in conf.py and updated here by python/release-tools/run_release.py
25-
SOURCE_URI = 'https://github.com/python/cpython/tree/3.14/%s'
25+
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
2626

2727
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
2828
from docutils.parsers.rst.states import Body

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ New features
139139
------------
140140

141141
* TODO
142+
142143
Porting to Python 3.15
143144
----------------------
144145

Doc/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release.
1111
.. toctree::
1212
:maxdepth: 2
1313

14+
3.15.rst
1415
3.14.rst
1516
3.13.rst
1617
3.12.rst

0 commit comments

Comments
 (0)