Skip to content

Commit ec713f8

Browse files
johnthagenSeth Sims
authored and
Seth Sims
committed
Fix documented Python version for venv --upgrade-deps (pythonGH-22113)
Fixes incorrect Python version added for `venv` `--upgrade-deps` in python#13100. This feature was added in Python 3.9 not 3.8. Relates to: - - python@1cba1c9 Automerge-Triggered-By: @vsajip
1 parent 48d490d commit ec713f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/venv-create.inc

Lines changed: 1 addition & 1 deletion
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)