commit | 1264d0465ad77019a43ff8c1f8d329b17f049f80 | [log] [tgz] |
---|---|---|
author | johnthagen <johnthagen@users.noreply.github.com> | Sat Sep 05 16:53:47 2020 -0400 |
committer | GitHub <noreply@github.com> | Sat Sep 05 13:53:47 2020 -0700 |
tree | cde9ca865922fa542474b681661aad28cfc0d6ed | |
parent | 7f331c898a36d937c66ba93f86d2a445c96d382e [diff] |
Fix documented Python version for venv --upgrade-deps (GH-22113) 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