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

Update collection path for Python 3.8+. #109

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Update collection path for Python 3.8+. #109

merged 1 commit into from
Jan 21, 2022

Conversation

SolidTux
Copy link
Contributor

Starting from Python 3.8, collections.Iterable is only available as collections.abc.Iterable (before it was deprecated). This fixes those paths to make ViTables run under newer Python versions.

@uvemas uvemas merged commit b6f1a81 into uvemas:master Jan 21, 2022
@uvemas
Copy link
Owner

uvemas commented Jan 21, 2022

Thanks!

@in-tension
Copy link

So when I used pip install (using python 3.10) the package downloaded still had this issue.

@maxnoe
Copy link

maxnoe commented Mar 13, 2023

There hasn't been a release since 2019.

It would be really great if you could make one with these fixes!

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 this pull request may close these issues.

4 participants