twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
587 stars 140 forks source link

Deprecate Python 2.7 and 3.5 support #310

Closed twm closed 3 years ago

twm commented 3 years ago

Changelog entries only: give notice of the pending removal.

Closes #309.

Closes #306.

twm commented 3 years ago

Thank you for the review, @adiroiban!

I am merging despite the red status from Coveralls because this is a documentation-only PR that can't legitimately affect coverage.

adiroiban commented 3 years ago

I am merging despite the red status from Coveralls because this is a documentation-only PR that can't legitimately affect coverage.

maybe replace with codecov ?

I had issues with both services, but lately codecov is better, especially if you merge the coverage reports yourself before submitting.