summaryrefslogtreecommitdiff
path: root/docutils/docs/dev/testing.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/docs/dev/testing.txt')
-rw-r--r--docutils/docs/dev/testing.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt
index 0a3d86655..eb7426f8f 100644
--- a/docutils/docs/dev/testing.txt
+++ b/docutils/docs/dev/testing.txt
@@ -84,23 +84,23 @@ get multiple Python versions::
pyenv install 3.7.12
pyenv install 3.8.12
pyenv install 3.10.1
- pyenv global system 3.7.12 3.8.12 3.10.1
+ pyenv global system 3.7.12 3.8.12 3.10.1 3.11.0
# reset your shims
rm -rf ~/.pyenv/shims && pyenv rehash
-This will give you ``python3.7`` through ``python3.10``.
+This will give you ``python3.7`` through ``python3.11``.
Then run::
python3.7 -u alltests.py
[...]
- python3.10 -u alltests.py
+ python3.11 -u alltests.py
.. [#] Good resources covering the differences between Python versions
- are the `What's New` documents (`What's New in Python 3.10`__ and
+ are the `What's New` documents (`What's New in Python 3.11`__ and
similar).
-__ https://docs.python.org/3/whatsnew/3.10.html
+__ https://docs.python.org/3/whatsnew/3.11.html
.. _supported versions: