Skip to content

Commit 4f4cf38

Browse files
committed
Update passage on Python 2 support
1 parent 79f1b59 commit 4f4cf38

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/html/development/release-process.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,9 @@ their merits.
7070
Python 2 Support
7171
----------------
7272

73-
pip will continue to ensure that it runs on Python 2.7 after the `CPython 2.7
74-
EOL date`_. Support for Python 2.7 will be dropped, if bugs in Python 2.7 itself
75-
make this necessary (which is unlikely) or in pip 21.0 (Jan 2021), whichever is
76-
earlier.
77-
78-
However, bugs reported with pip which only occur on Python 2.7 would likely not
79-
be addressed directly by pip's maintainers. Pull Requests to fix Python 2.7
80-
only bugs will be considered, and merged (subject to normal review processes).
81-
Note that there may be delays due to the lack of developer resources for
82-
reviewing such pull requests.
73+
pip 20.3 was the last version of pip that supported Python 2. Bugs reported
74+
with pip which only occur on Python 2.7 will likely be closed as "won't fix"
75+
issues by pip's maintainers.
8376

8477
Python Support Policy
8578
---------------------

0 commit comments

Comments
 (0)