@@ -136,7 +136,7 @@ What's New
136
136
----------
137
137
138
138
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
140
140
detailed change log, read `Misc/NEWS
141
141
<https://github.com/python/cpython/tree/main/Misc/NEWS.d> `_, but a full
142
142
accounting of changes can only be gleaned from the `commit history
@@ -149,7 +149,7 @@ entitled "Installing multiple versions".
149
149
Documentation
150
150
-------------
151
151
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,
153
153
updated daily.
154
154
155
155
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
200
200
version (if any) is your "primary" version. Install that version using
201
201
``make install ``. Install all other versions using ``make altinstall ``.
202
202
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
205
205
and ``make altinstall `` in the others.
206
206
207
207
208
208
Release Schedule
209
209
----------------
210
210
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.
212
212
213
213
214
214
Copyright and License Information
0 commit comments