Skip to content

Commit e4abd46

Browse files
Update further README references from 3.10 to 3.11 (GH-31009)
1 parent ff5a167 commit e4abd46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ What's New
133133
----------
134134

135135
We have a comprehensive overview of the changes in the `What's New in Python
136-
3.10 <https://docs.python.org/3.10/whatsnew/3.10.html>`_ document. For a more
136+
3.11 <https://docs.python.org/3.11/whatsnew/3.11.html>`_ document. For a more
137137
detailed change log, read `Misc/NEWS
138138
<https://github.com/python/cpython/blob/main/Misc/NEWS.d>`_, but a full
139139
accounting of changes can only be gleaned from the `commit history
@@ -146,7 +146,7 @@ entitled "Installing multiple versions".
146146
Documentation
147147
-------------
148148

149-
`Documentation for Python 3.10 <https://docs.python.org/3.10/>`_ is online,
149+
`Documentation for Python 3.11 <https://docs.python.org/3.11/>`_ is online,
150150
updated daily.
151151

152152
It can also be downloaded in many formats for faster access. The documentation
@@ -205,8 +205,8 @@ intend to install multiple versions using the same prefix you must decide which
205205
version (if any) is your "primary" version. Install that version using ``make
206206
install``. Install all other versions using ``make altinstall``.
207207

208-
For example, if you want to install Python 2.7, 3.6, and 3.10 with 3.10 being the
209-
primary version, you would execute ``make install`` in your 3.10 build directory
208+
For example, if you want to install Python 2.7, 3.6, and 3.11 with 3.11 being the
209+
primary version, you would execute ``make install`` in your 3.11 build directory
210210
and ``make altinstall`` in the others.
211211

212212

0 commit comments

Comments
 (0)