Skip to content

Commit 76554a4

Browse files
authored
Merge pull request #12529 from sbidoul/update-python-support-policy
Update Python Support Policy
2 parents 51de88c + b217d29 commit 76554a4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/html/development/release-process.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,13 @@ issues by pip's maintainers.
9393
Python Support Policy
9494
---------------------
9595

96-
In general, a given Python version is supported until its usage on PyPI falls below 5%.
97-
This is at the maintainers' discretion, in case extraordinary circumstances arise.
96+
pip supports `CPython versions that are not end-of-life`_. Older versions of CPython may
97+
be supported at the discretion of pip maintainers (based on criteria such as download
98+
statistics on PyPI, Python versions supported by the vendored dependencies and
99+
maintenance burden).
100+
101+
pip maintainers accept pull requests to support other Python implementations, but the
102+
pip CI does not test for compatibility with them.
98103

99104
.. _`Feature Flags`:
100105

@@ -196,3 +201,4 @@ for creating a new release can be used, simply changing the version number.
196201
.. _`get-pip repository`: https://github.com/pypa/get-pip
197202
.. _`psf-salt repository`: https://github.com/python/psf-salt
198203
.. _`CPython`: https://github.com/python/cpython
204+
.. _`CPython versions that are not end-of-life`: https://devguide.python.org/versions/

news/12529.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The Python Support Policy has been updated.

0 commit comments

Comments
 (0)