Skip to content
Closed
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
3 changes: 2 additions & 1 deletion docs/html/development/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ issues by pip's maintainers.
Python Support Policy
---------------------

In general, a given Python version is supported until its usage on PyPI falls below 5%.
In general, a given Python version is supported until the end of life for the
corresponding CPython release.
This is at the maintainers' discretion, in case extraordinary circumstances arise.

.. _`Feature Flags`:
Expand Down
1 change: 1 addition & 0 deletions news/12450.process.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Align Python version support with CPython timelines, instead of PyPI usage numbers.