Skip to content

Commit

Permalink
Include month and year for pip 21.0
Browse files Browse the repository at this point in the history
Co-Authored-By: Hugo van Kemenade <[email protected]>
  • Loading branch information
pradyunsg and hugovk authored Apr 21, 2020
1 parent a75f2fa commit c46e167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/cli/base_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _main(self, args):
not options.no_python_version_warning
):
message = (
"pip 21.0 will drop support for Python 2.7. "
"pip 21.0 will drop support for Python 2.7 in January 2021. "
"More details about Python 2 support in pip, can be found at "
"https://pip.pypa.io/en/latest/development/release-process/#python-2-support" # noqa
)
Expand Down

0 comments on commit c46e167

Please sign in to comment.