twisted / treq

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

Remove Python 2.7 Twisted trunk builds #280

Closed twm closed 4 years ago

twm commented 4 years ago

Twisted trunk no longer supports Python 2.7.

adiroiban commented 4 years ago

Thanks! I think this branch should also remove "Programming Language :: Python :: 2.7", from setup.py

adiroiban commented 4 years ago

and shouldn't this also remove py27 from tox.ini ?

twm commented 4 years ago

@adiroiban This isn't intended to remove support for Python 2.7, it's about removing builds of Python 2.7 against Twisted trunk. Those builds always fail since Twisted trunk has dropped Python 2.7 support. I've tweaked the PR title to make this more clear.

twm commented 4 years ago

Thank you for the reviews!