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

Drop support for python 2 and python < 3.8 #1071

Closed
5 tasks done
getzze opened this issue May 6, 2024 · 3 comments
Closed
5 tasks done

Drop support for python 2 and python < 3.8 #1071

getzze opened this issue May 6, 2024 · 3 comments

Comments

@getzze
Copy link
Collaborator

getzze commented May 6, 2024

Dropping support for old python versions will help to clean the code and to add type annotations.

Tasks:

@ptrcnull
Copy link
Collaborator

ptrcnull commented May 6, 2024

this might include:

  • removing six from dependencies ( and replacing six.text_type with str, etc. )
  • removing the -*- coding: utf-8 -*- lines

@getzze
Copy link
Collaborator Author

getzze commented May 6, 2024

also using a pyproject.toml file with all the relevant parameter for installing, testing and linting the files.

@getzze
Copy link
Collaborator Author

getzze commented May 23, 2024

Done!

@getzze getzze closed this as completed May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants