Docs: update to past tense now pip 21.0 is out

This commit is contained in:
Hugo van Kemenade 2021-01-23 17:49:14 +02:00
parent b944419af1
commit 431d2576dd
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ We release updates regularly, with a new version every 3 months. Find more detai
In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right.
**Note**: pip 21.0, in January 2021, will remove Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3.
**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3.
If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:

View File

@ -25,7 +25,7 @@ Please take a look at our documentation for how to install and use pip:
.. warning::
pip 21.0, in January 2021, will remove Python 2 support, per pip's
pip 21.0, in January 2021, removed Python 2 support, per pip's
:ref:`Python 2 Support` policy. Please migrate to Python 3.
If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:

View File

@ -1699,7 +1699,7 @@ errors. Specifically:
Per our :ref:`Python 2 Support` policy, pip 20.3 users who are using
Python 2 will use the legacy resolver by default. Python 2 users
should upgrade to Python 3 as soon as possible, since in pip 21.0 in
January 2021, pip will drop support for Python 2 altogether.
January 2021, pip dropped support for Python 2 altogether.
How to upgrade and migrate