1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add section clarifying pip version support (#11556)

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
This commit is contained in:
Holly Stotelmyer 2022-10-27 16:28:21 -05:00 committed by GitHub
parent d0d5b42e39
commit 8f34d86a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,13 @@ their merits.
``pip._internal.utils.deprecation.deprecated``. The function is not a part of
pip's public API.
Supported Versions
==================
The latest version of the pip is the only supported version, previous
versions should be considered unsupported. Users are encouraged to make
regular updates to their version of pip in order to remain supported.
.. _`Python 2 Support`:
Python 2 Support