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

Incompatible with Python 3.10 #274

Open
christianbundy opened this issue Dec 29, 2021 · 3 comments
Open

Incompatible with Python 3.10 #274

christianbundy opened this issue Dec 29, 2021 · 3 comments

Comments

@christianbundy
Copy link

This module uses:

from collections import Iterable

But in Python 3.10, we need:

from collections.abc import Iterable
@christianbundy
Copy link
Author

Oops -- should've mentioned this, but I saw that this was fixed in #265 -- @chrislit can I do anything to help cut a new release?

@chrislit
Copy link
Owner

chrislit commented Jan 4, 2022

Hi @christianbundy, I'm working on a new release now, but it may take a while. There's a lot of broken stuff that needs fixing (mostly unit tests & CI stuff; the tests seem to pass on 3.9 & 3.10, though), I'll also do a round of optimizations now that I'm dropping support for 3.5, and I'll try to clear some of the other issues raised recently.

@christianbundy
Copy link
Author

Anything I can help with? My goal is to avoid adding Git to my build environment just to pull from GitHub, so even pushing an alpha pre-release to PyPI would be super helpful.

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

No branches or pull requests

2 participants