requests / requests-oauthlib

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

Drop py2 support from the wheel #534

Closed iliakur closed 3 months ago

iliakur commented 3 months ago

Folks, https://github.com/requests/requests-oauthlib/pull/529 forgot to drop py2 support from the wheel metadata. This broke our CI: we pulled the latest version in py2 virtualenv and it raised an exception at runtime.

Please release a new wheel after this gets merged.

coveralls commented 3 months ago

Coverage Status

coverage: 90.097%. remained the same when pulling 3109c26563f1ca73a97738b82c4bab69a1657cf9 on iliakur:patch-1 into eee74a2d02f81cb61b819496d8d16b7cd1b0c5b0 on requests:master.