Skip to content

Commit 74f48cf

Browse files
committed
Merge pull request pypa#8927 from hugovk/document-python-support-policy
Document Python support policy
1 parent ff5a9b5 commit 74f48cf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/html/development/release-process.rst

+7-1
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

+1
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)