bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 955 forks source link

oauthlib no longer supports python2.7 #723

Open richardfeather1 opened 3 months ago

richardfeather1 commented 3 months ago

Hi,

We are using the 3.1 tag and have builds failing due to the latest version of oauthlib which no longer supports python2.7.

We think the best way to solve this is to pin the version of oauthlib here to 1.3

Cheers