Don't mention pip as the reason for supporting py2 (#5940)

This commit is contained in:
Борис Верховский
2021-09-21 17:22:12 -06:00
committed by GitHub
parent fc106ab586
commit 94f9f7357e
+1 -4
View File
@@ -62,10 +62,7 @@ Python 2 Support?
Yes! We do not have immediate plans to `sunset
<https://www.python.org/doc/sunset-python-2/>`_ our support for Python
2.7. We understand that we have a large user base with varying needs,
and intend to maintain Python 2.7 support within Requests until `pip
stops supporting Python 2.7 (there's no estimated date on that yet)
<https://pip.pypa.io/en/latest/development/release-process/#python-2-support>`_.
2.7. We understand that we have a large user base with varying needs.
That said, it is *highly* recommended users migrate to Python 3.6+ since Python
2.7 is no longer receiving bug fixes or security updates as of January 1, 2020.