Skip to content

Commit f8bea0a

Browse files
authored
[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.
1 parent 14a343a commit f8bea0a

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)