requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.72k stars 424 forks source link

Changelog suggests Python 3.4-3.6 is unsupported, but project metadata allows these versions #541

Closed EpicWink closed 6 months ago

EpicWink commented 6 months ago

The changelog says:

Remove support of Python 2.x, <3.7

But setup.py says:

    python_requires=">=3.4",
    ...
    classifiers=[
        ...
        "Programming Language :: Python :: 3.4",
        "Programming Language :: Python :: 3.5",
        "Programming Language :: Python :: 3.6",