From b5b7dc98c94100e992a5409d24bf035d88c7b2cd Mon Sep 17 00:00:00 2001 From: Wulian233 <71213467+Wulian233@users.noreply.github.com> Date: Sun, 26 May 2024 19:26:59 +0800 Subject: [PATCH] Update README and layout.html from 3.13 to 3.14 (#119539) Co-authored-by: Nice Zombies Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Doc/tools/templates/layout.html | 8 +++++++- README.rst | 10 +++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index e931147813a..e96cbf70b12 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -61,7 +61,13 @@ // since all the "active, built and not hidden" versions will be shown automatically. let versions = config.versions.active.concat([ { - slug: "dev (3.13)", + slug: "dev (3.14)", + urls: { + documentation: "https://docs.python.org/3.14/", + } + }, + { + slug: "pre (3.13)", urls: { documentation: "https://docs.python.org/3.13/", } diff --git a/README.rst b/README.rst index 44b020e0c7e..e3163c5ff63 100644 --- a/README.rst +++ b/README.rst @@ -136,7 +136,7 @@ What's New ---------- We have a comprehensive overview of the changes in the `What's New in Python -3.13 `_ document. For a more +3.14 `_ document. For a more detailed change log, read `Misc/NEWS `_, but a full accounting of changes can only be gleaned from the `commit history @@ -149,7 +149,7 @@ entitled "Installing multiple versions". Documentation ------------- -`Documentation for Python 3.13 `_ is online, +`Documentation for Python 3.14 `_ is online, updated daily. 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 version (if any) is your "primary" version. Install that version using ``make install``. Install all other versions using ``make altinstall``. -For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being the -primary version, you would execute ``make install`` in your 3.13 build directory +For example, if you want to install Python 2.7, 3.6, and 3.14 with 3.14 being the +primary version, you would execute ``make install`` in your 3.14 build directory and ``make altinstall`` in the others. Release Schedule ---------------- -See :pep:`719` for Python 3.13 release details. +See `PEP 745 `__ for Python 3.14 release details. Copyright and License Information