Add link to pip's Python 2 deprecation message

This commit is contained in:
Pradyun Gedam 2019-07-18 10:13:56 +05:30
parent 6057e6c344
commit 6762a3d518
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 3 additions and 1 deletions

View File

@ -154,7 +154,9 @@ class Command(object):
if sys.version_info[:2] == (2, 7):
message = (
"A future version of pip will drop support for Python 2.7."
"A future version of pip will drop support for Python 2.7. "
"More details about Python 2 support in pip, can be found at "
"https://pip.pypa.io/en/latest/development/release-process/#python-2-support."
)
if platform.python_implementation() == "CPython":
message = (