Skip to content

Commit d4686b5

Browse files
committed
Document Python support policy
1 parent 703d6ac commit d4686b5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/html/development/release-process.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ their merits.
6565
``pip._internal.utils.deprecation.deprecated``. The function is not a part of
6666
pip's public API.
6767

68-
Python 2 support
68+
Python 2 Support
6969
----------------
7070

7171
pip will continue to ensure that it runs on Python 2.7 after the CPython 2.7
@@ -79,6 +79,12 @@ only bugs will be considered, and merged (subject to normal review processes).
7979
Note that there may be delays due to the lack of developer resources for
8080
reviewing such pull requests.
8181

82+
Python Support Policy
83+
---------------------
84+
85+
In general, a given Python version is supported until its usage on PyPI falls below 5%.
86+
This is at the maintainers' discretion, in case extraordinary circumstances arise.
87+
8288
.. _`Feature Flags`:
8389

8490
Feature Flags

news/8927.removal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document that Python versions are generally supported until PyPI usage falls below 5%.

0 commit comments

Comments
 (0)