mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113) (GH-23232)
It was added in 3.9, not 3.8.
This commit is contained in:
parent
14a343a9af
commit
f8bea0a44d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue