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

Remove python2 support #35

Open
chenrui333 opened this issue May 15, 2022 · 0 comments
Open

Remove python2 support #35

chenrui333 opened this issue May 15, 2022 · 0 comments

Comments

@chenrui333
Copy link

chenrui333 commented May 15, 2022

Python2 has been EOL for more than two years, it would be good to remove the python2 support moving forward.

Code like this

try:
import ConfigParser # Python 2
except ImportError:

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

1 participant