Skip to content
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

Python 2 compatibility still needed? #275

Open
theStack opened this issue Jun 12, 2022 · 1 comment
Open

Python 2 compatibility still needed? #275

theStack opened this issue Jun 12, 2022 · 1 comment

Comments

@theStack
Copy link
Contributor

Python 2 has reached its end-of-life almost two and a half years ago (https://www.python.org/doc/sunset-python-2/), i.e. I would argue that all the compatibility code (e.g. sys.version_info.major == 2/sys.version.info.major == 3 branches) could be removed by now to simplify the code-base. Happy to help doing that if this gets a Concept ACK.

@chris-belcher
Copy link
Owner

Yep sounds good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants