diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-11-28 23:55:35 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-11-28 23:55:35 +0000 |
| commit | 6925304d7a5cba5c6d12150180287a6a4bf3e149 (patch) | |
| tree | 53de506fc8b6148d70f6b9ddbaef87ae3c82ed27 /docutils/docs/dev | |
| parent | f830c95737139e6f200624774ff453492de78278 (diff) | |
| download | docutils-6925304d7a5cba5c6d12150180287a6a4bf3e149.tar.gz | |
Small documentation fixes and updates.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9281 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/testing.txt | 10 |
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: |
