Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5b7dc9

Browse files
Wulian233nineteendohugovk
authored
Update README and layout.html from 3.13 to 3.14 (#119539)
Co-authored-by: Nice Zombies <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent d25954d commit b5b7dc9

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Doc/tools/templates/layout.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@
6161
// since all the "active, built and not hidden" versions will be shown automatically.
6262
let versions = config.versions.active.concat([
6363
{
64-
slug: "dev (3.13)",
64+
slug: "dev (3.14)",
65+
urls: {
66+
documentation: "https://docs.python.org/3.14/",
67+
}
68+
},
69+
{
70+
slug: "pre (3.13)",
6571
urls: {
6672
documentation: "https://docs.python.org/3.13/",
6773
}

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ What's New
136136
----------
137137

138138
We have a comprehensive overview of the changes in the `What's New in Python
139-
3.13 <https://docs.python.org/3.13/whatsnew/3.13.html>`_ document. For a more
139+
3.14 <https://docs.python.org/3.14/whatsnew/3.14.html>`_ document. For a more
140140
detailed change log, read `Misc/NEWS
141141
<https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_, but a full
142142
accounting of changes can only be gleaned from the `commit history
@@ -149,7 +149,7 @@ entitled "Installing multiple versions".
149149
Documentation
150150
-------------
151151

152-
`Documentation for Python 3.13 <https://docs.python.org/3.13/>`_ is online,
152+
`Documentation for Python 3.14 <https://docs.python.org/3.14/>`_ is online,
153153
updated daily.
154154

155155
It can also be downloaded in many formats for faster access. The documentation
@@ -200,15 +200,15 @@ intend to install multiple versions using the same prefix you must decide which
200200
version (if any) is your "primary" version. Install that version using
201201
``make install``. Install all other versions using ``make altinstall``.
202202

203-
For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being the
204-
primary version, you would execute ``make install`` in your 3.13 build directory
203+
For example, if you want to install Python 2.7, 3.6, and 3.14 with 3.14 being the
204+
primary version, you would execute ``make install`` in your 3.14 build directory
205205
and ``make altinstall`` in the others.
206206

207207

208208
Release Schedule
209209
----------------
210210

211-
See :pep:`719` for Python 3.13 release details.
211+
See `PEP 745 <https://peps.python.org/pep-0745/>`__ for Python 3.14 release details.
212212

213213

214214
Copyright and License Information

0 commit comments

Comments
 (0)