-
Notifications
You must be signed in to change notification settings - Fork 284
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 six #581
base: master
Are you sure you want to change the base?
Remove six #581
Conversation
ruff check --target-version py38 --select UP --fix .
Even debian oldstable has python 3.9. For internet-facing libraries it is not secure for contributor to install unsupported python versions in order to test them. Reducing the number of python versions will make maintenance and testing easier. is not secure to contributor to install unsupported python versions in order to test them.
I will continue to look at this when #580 is merged. Currently it still has some errors in it. |
@Mic92 I found two, on line 133 and 135 of |
I was mainly looking at the test suite failing. |
Good to know there is a potential fork to switch to in the future. |
@Mic92 |
Depends on #580