]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix documented Python version for venv --upgrade-deps (GH-22113)
authorjohnthagen <johnthagen@users.noreply.github.com>
Sat, 5 Sep 2020 20:53:47 +0000 (16:53 -0400)
committerGitHub <noreply@github.com>
Sat, 5 Sep 2020 20:53:47 +0000 (13:53 -0700)
Fixes incorrect Python version added for `venv` `--upgrade-deps` in #13100. This feature was added in Python 3.9 not 3.8.

Relates to:

-
- https://github.com/python/cpython/commit/1cba1c9abadf76f458ecf883a48515aa3b534dbd

Automerge-Triggered-By: @vsajip
Doc/using/venv-create.inc

index 8f850a74d413ce25c9b2151148164cdcd8c53398..ddb36f94667d9f5e5d83b302217b91acf33c16b1 100644 (file)
@@ -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