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

Version of Six causing warnings in python 3.11 #70

Closed
dahlend opened this issue Jan 9, 2023 · 1 comment · Fixed by #73
Closed

Version of Six causing warnings in python 3.11 #70

dahlend opened this issue Jan 9, 2023 · 1 comment · Fixed by #73
Milestone

Comments

@dahlend
Copy link

dahlend commented Jan 9, 2023

I've been having a few issues using python 3.10/3.11 with this package due to the older version of the Six package which appears to be copied into the Extern folder.

See the discussion here: benjaminp/six#341

Specifically the newer versions of Six have this: https://github.com/benjaminp/six/blob/master/six.py#L194 to be defined.

Potential solutions:

  • Update this six.py file
  • Update the package installation method so that pip will automatically grab the latest package versions instead of having an extern folder.
  • Remove support for python 2?
@LevN0
Copy link
Member

LevN0 commented Jan 11, 2023

Thank you for reporting. Looks like there are some tests that are breaking, though probably unrelated. Let me look into it.

@LevN0 LevN0 added this to the 1.4 milestone Jan 22, 2023
@LevN0 LevN0 closed this as completed Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants