Python 2 EOL
gitpushdashf opened this issue ยท 6 comments
gitpushdashf commented
When would be a good time to remove Python 2 support? It's been EOLed for a while.
Thank you!
yilei commented
Yes, we plan to remove Python 2 support in the next release (likely versioned as 1.0.0).
gitpushdashf commented
Sounds good, thank you!
yilei commented
v1.0.0 has dropped Python 2 support.
gitpushdashf commented
Great, thank you!
gitpushdashf commented
Is six
still necessary with Python 2 support removed?
yilei commented
These will be cleaned up in future updates. Also internally we have a few very rare cases that still use parts of the library in Python 2, those will need cleanups too.