prestodb / presto-python-client

Python DB-API client for Presto
Apache License 2.0
239 stars 87 forks source link

Support only Python3 #79

Open ggreg opened 5 years ago

ggreg commented 5 years ago

Python2.7's end of life is Jan 1st, 2020. See countdown. Do we need to still support Python2.7? When can we switch to Python3 only? It will simplify the implementation of some features such as asyncio, type annotation is language syntax instead of commends, not dependency to six or future.