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

grass.gunittest: Use collections.abc for Iterable (#2006) #2008

Merged

Conversation

wenzeslaus
Copy link
Member

Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.

Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.
@neteler neteler added this to the 7.8.7 milestone Dec 8, 2021
@wenzeslaus wenzeslaus marked this pull request as ready for review December 8, 2021 19:57
@wenzeslaus wenzeslaus added the bug Something isn't working label Dec 8, 2021
@wenzeslaus wenzeslaus merged commit 862f60f into OSGeo:releasebranch_7_8 Dec 8, 2021
@wenzeslaus wenzeslaus deleted the use-collections.abc-v7.8 branch December 8, 2021 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants