JordanMilne / Advocate

An SSRF-preventing wrapper around Python's requests library. Advocate is no longer maintained, please fork and rename if you would like to continue work on it.
Other
92 stars 17 forks source link

Rip out Python 2.x support #20

Closed JordanMilne closed 2 years ago

JordanMilne commented 2 years ago

It's been at least a year since anybody's asked me to care about Python 2.x, so it seems reasonable to drop 2.x support for new versions of Advocate. Requests no longer supports Python 2.x on new versions either!

This'd let us drop all of the six stuff along with the otherwise-useless deps we're pulling in to fix HTTPS cert validation under Python 2.7.