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

Officially drop python2 support #54

Closed
robinmatz opened this issue Jan 26, 2022 · 0 comments · Fixed by #55
Closed

Officially drop python2 support #54

robinmatz opened this issue Jan 26, 2022 · 0 comments · Fixed by #55

Comments

@robinmatz
Copy link
Collaborator

Suggestion:

Python2 has been deprecated since January 2020. It is no longer actively maintained, and the majority of users have migrated to python3.
Moving on, some features, like type hints, will no longer support python2. Also compatibility with python2 will increase maintenance efforts for little outcome. Therefore I opt for dropping python2 support in the upcoming release.

What needs to be done

  • Include a section in the README indicating supported python versions
  • Alter the docker image and related documentation
  • remove redundant # -- coding: utf-8 - declarations, since utf-8 is the default encoding in python3
  • remove imports from future, since this package serves python2 > python3 migration purposes
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

Successfully merging a pull request may close this issue.

1 participant