Fix documented Python version for venv --upgrade-deps (GH-22113)
Fixes incorrect Python version added for `venv` `--upgrade-deps` in #13100. This feature was added in Python 3.9 not 3.8.
Relates to:
-
- 1cba1c9aba
Automerge-Triggered-By: @vsajip
This commit is contained in:
parent
7f331c898a
commit
1264d0465a
|
@ -67,7 +67,7 @@ The command, if run with ``-h``, will show the available options::
|
|||
Once an environment has been created, you may wish to activate it, e.g. by
|
||||
sourcing an activate script in its bin directory.
|
||||
|
||||
.. versionchanged:: 3.8
|
||||
.. versionchanged:: 3.9
|
||||
Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
|
|
Loading…
Reference in New Issue