MeirKriheli / python-bidi

BIDI algorithm related functions
GNU Lesser General Public License v3.0
103 stars 13 forks source link

Remove all six usage and thus remove Python 2 support #17

Closed PureTryOut closed 1 year ago

PureTryOut commented 2 years ago

Python 2 has been EOL for quite a while now, there is no need to support it anymore.

In my case this removes the only dependency on six in a project I'm working on and shaves off quite a bit of CI time (installing six can take quite a while...).