Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Python support policy #8927

Merged
merged 1 commit into from
Sep 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/html/development/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions news/8927.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that Python versions are generally supported until PyPI usage falls below 5%.