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

six usage #122

Closed
pgajdos opened this issue Oct 21, 2022 · 2 comments · Fixed by #123 · May be fixed by #126
Closed

six usage #122

pgajdos opened this issue Oct 21, 2022 · 2 comments · Fixed by #123 · May be fixed by #126

Comments

@pgajdos
Copy link

pgajdos commented Oct 21, 2022

Given you do not support python 2 anymore, could you please consider drop of six dependency?

saschpe added a commit to saschpe/lesscpy that referenced this issue Oct 21, 2022
Axe everything older than Python 3.7 and up new releases up until 3.11.

Resolves lesscpy#122
@llchan
Copy link

llchan commented Nov 24, 2022

Not sure if I'm missing something here, but it seems that the code still uses six in many places?

@obriencj
Copy link

obriencj commented Oct 1, 2023

Ran into issues with lesscpy because of this today. Installing lesscpy via pipx results in an environment with no version of six installed. This is a problem because six is not directly marked as a dependency, but it's still imported in the code. It looks like the open PR #126 fixes this.

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.

3 participants