diff options
author | Wulian233 <71213467+Wulian233@users.noreply.github.com> | 2024-05-26 11:26:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 11:26:59 (GMT) |
commit | b5b7dc98c94100e992a5409d24bf035d88c7b2cd (patch) | |
tree | a88722f5edfc1e73ba68a0e15ef21a3aa8edbfe6 /README.rst | |
parent | d25954dff5409c8926d2a4053d3e892462f8b8b5 (diff) | |
download | cpython-b5b7dc98c94100e992a5409d24bf035d88c7b2cd.zip cpython-b5b7dc98c94100e992a5409d24bf035d88c7b2cd.tar.gz cpython-b5b7dc98c94100e992a5409d24bf035d88c7b2cd.tar.bz2 |
Update README and layout.html from 3.13 to 3.14 (#119539)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -136,7 +136,7 @@ What's New ---------- We have a comprehensive overview of the changes in the `What's New in Python -3.13 <https://docs.python.org/3.13/whatsnew/3.13.html>`_ document. For a more +3.14 <https://docs.python.org/3.14/whatsnew/3.14.html>`_ document. For a more detailed change log, read `Misc/NEWS <https://github.com/python/cpython/tree/main/Misc/NEWS.d>`_, 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 <https://docs.python.org/3.13/>`_ is online, +`Documentation for Python 3.14 <https://docs.python.org/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 <https://peps.python.org/pep-0745/>`__ for Python 3.14 release details. Copyright and License Information |