Skip to content

Commit

Permalink
Drop the Python 2 support section from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Dec 19, 2020
1 parent 79f1b59 commit 174dd79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
16 changes: 0 additions & 16 deletions docs/html/development/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,6 @@ their merits.
``pip._internal.utils.deprecation.deprecated``. The function is not a part of
pip's public API.

.. _`Python 2 Support`:

Python 2 Support
----------------

pip will continue to ensure that it runs on Python 2.7 after the `CPython 2.7
EOL date`_. Support for Python 2.7 will be dropped, if bugs in Python 2.7 itself
make this necessary (which is unlikely) or in pip 21.0 (Jan 2021), whichever is
earlier.

However, bugs reported with pip which only occur on Python 2.7 would likely not
be addressed directly by pip's maintainers. Pull Requests to fix Python 2.7
only bugs will be considered, and merged (subject to normal review processes).
Note that there may be delays due to the lack of developer resources for
reviewing such pull requests.

Python Support Policy
---------------------

Expand Down
7 changes: 3 additions & 4 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1696,10 +1696,9 @@ errors. Specifically:
* Links are not allowed as constraints (see :issue:`8253`)
* Constraints cannot have extras (see :issue:`6628`)

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.
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.


How to upgrade and migrate
Expand Down

0 comments on commit 174dd79

Please sign in to comment.