You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: