Skip to content

Commit 1264d04

Browse files
authored
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: - - 1cba1c9 Automerge-Triggered-By: @vsajip
1 parent 7f331c8 commit 1264d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/venv-create.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The command, if run with ``-h``, will show the available options::
6767
Once an environment has been created, you may wish to activate it, e.g. by
6868
sourcing an activate script in its bin directory.
6969
70-
.. versionchanged:: 3.8
70+
.. versionchanged:: 3.9
7171
Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI
7272
7373
.. versionchanged:: 3.4

0 commit comments

Comments
 (0)