abseil / abseil-py

Abseil Common Libraries (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 2 EOL

gitpushdashf opened this issue · comments

commented

When would be a good time to remove Python 2 support? It's been EOLed for a while.

Thank you!

Yes, we plan to remove Python 2 support in the next release (likely versioned as 1.0.0).

commented

Sounds good, thank you!

v1.0.0 has dropped Python 2 support.

commented

Great, thank you!

commented

Is six still necessary with Python 2 support removed?

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.