pyangbind icon indicating copy to clipboard operation
pyangbind copied to clipboard

Remove six

Open JoseIgnacioTamayo opened this issue 1 year ago • 2 comments

Because there is only Python3 now

JoseIgnacioTamayo avatar Feb 28 '24 16:02 JoseIgnacioTamayo

I would like to get some opinions for this change. Python2 is gone, and we can stop using six as the code works on Python3. Of course, this breaks Python2... which might be OK to break?

JoseIgnacioTamayo avatar Mar 15 '24 10:03 JoseIgnacioTamayo

IMO this is fine. Developer survey shows less than 7% still using python2 in 2022. I'd expect this to be lower now, see second link.

https://lp.jetbrains.com/python-developers-survey-2022/#PythonVersions

https://www.jetbrains.com/lp/devecosystem-2023/python/ (this shows 1%)

xavier-contreras avatar Mar 20 '24 00:03 xavier-contreras