Dropping support for Python 2.7
Closed this issue ยท 2 comments
JKRhb commented
As Python 2.7 is now EOL, it should be considered to drop both the support and the testing in the CI for this version. This should make the code easier to maintain and further develop as dependencies like six
could be removed.
agmangas commented
Agreed! ๐
I was planning on dropping Python 2.7 and rewriting all asynchronous code to use async def
instead of Tornado coroutines in the next major release.