Merge pull request #8927 from hugovk/document-python-support-policy

Document Python support policy
This commit is contained in:
Pradyun Gedam 2020-09-28 14:47:48 +05:30 committed by GitHub
commit b98cf9c6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -65,7 +65,7 @@ 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
@ -79,6 +79,12 @@ 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
---------------------
In general, a given Python version is supported until its usage on PyPI falls below 5%.
This is at the maintainers' discretion, in case extraordinary circumstances arise.
.. _`Feature Flags`:
Feature Flags

1
news/8927.removal Normal file
View File

@ -0,0 +1 @@
Document that Python versions are generally supported until PyPI usage falls below 5%.