-
-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Milestone
Description
With #529 Python 2 support was removed, and that change was released with 1.4.0. But
Line 46 in eee74a2
| python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", |
Most code owners will simply pin requests-oauthlib, but we encountered an issue with a transient dependency pulling down this now broken 2.7 code (we absolutely know that we shouldn't be using 2.7, but we have some lasting tests that require testing in 2.7 and these are now failing).
We will simply pin our dependency for 2.7, but I suggest that 2.7 is officially removed from the list in setup.py and the 1.4.0 that is out there is yanked (so that it won't be installed in any 2.7 envs) and re-published.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels