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 six as a dependency #1076

Closed
datapythonista opened this issue Mar 2, 2022 · 2 comments · Fixed by #1136
Closed

Remove six as a dependency #1076

datapythonista opened this issue Mar 2, 2022 · 2 comments · Fixed by #1136

Comments

@datapythonista
Copy link
Member

xref #909 #1040

Once #1040 is finished, the only main thing missing to completely drop support for python 2 is remove six from the list of dependencies. This is in setup.py, requirements-dev.txt, environment.yml (if it exists), the docs and anywhere else. A grep -R "six" * should help find any other appareance.

Once this is merged, we should probably close #909 too.

CC: @dorothykiz1

@dorothykiz1
Copy link
Contributor

Yes this is noted @datapythonista

@datapythonista
Copy link
Member Author

Fixed in #1136

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.

2 participants