We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dropping support for old python versions will help to clean the code and to add type annotations.
Tasks:
six
six.text_type
str
-*- coding: utf-8 -*-
pyproject.toml
The text was updated successfully, but these errors were encountered:
this might include:
Sorry, something went wrong.
also using a pyproject.toml file with all the relevant parameter for installing, testing and linting the files.
Done!
No branches or pull requests
Dropping support for old python versions will help to clean the code and to add type annotations.
Tasks:
six
from dependencies ( and replacesix.text_type
withstr
, etc. ) (Drop old python versions (<3.8) #1072)-*- coding: utf-8 -*-
lines (Drop old python versions (<3.8) #1072)pyproject.toml
file. (Use pyproject.toml #1073)The text was updated successfully, but these errors were encountered: