-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove six #344
Remove six #344
Conversation
a06c3c3
to
d6c3483
Compare
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? |
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%) |
The supported PythonVersion is PY3.
d2cbb55
to
9aa7e59
Compare
Because there is only Python3 now