File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
22
from sphinx .util .docutils import SphinxDirective
23
23
24
24
# 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'
26
26
27
27
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
28
28
from docutils .parsers .rst .states import Body
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ New features
139
139
------------
140
140
141
141
* TODO
142
+
142
143
Porting to Python 3.15
143
144
----------------------
144
145
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release.
11
11
.. toctree ::
12
12
:maxdepth: 2
13
13
14
+ 3.15.rst
14
15
3.14.rst
15
16
3.13.rst
16
17
3.12.rst
You can’t perform that action at this time.
0 commit comments