[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.
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index c8f6e8f..5e724cd 100644
--- a/Doc/using/venv-create.inc
+++ b/Doc/using/venv-create.inc
@@ -67,7 +67,7 @@
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