Skip to content

Commit ac6b8cc

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

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
@@ -59,7 +59,7 @@ their merits.
5959
``pip._internal.utils.deprecation.deprecated``. The function is not a part of
6060
pip's public API.
6161

62-
Python 2 support
62+
Python 2 Support
6363
----------------
6464

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

76+
Python Support Policy
77+
---------------------
78+
79+
In general, a given Python version is supported until its usage on PyPI falls below 5%.
80+
This is at the maintainers' discretion, in case extraordinary circumstances arise.
81+
7682
.. _`Feature Flags`:
7783

7884
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)