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

Change collections import to collections.abc #49

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

nwesterhausen
Copy link
Contributor

Fix for no Iterable in Collections since Python 3.10 removed the backward compatibility. Collections.abc available since 3.3 so no fallback needed (this plugin targets 3.5+)

No movement on #47 for a week so here is the fix. Would love to use this plugin in CI but need it to be updated.

Fix for no Iterable in Collections since Python 3.10 removed the backward compatibility. Collections.abc available since 3.3 so no fallback needed (this plugin targets 3.5+)
@lukasgeiter lukasgeiter merged commit 88c4329 into lukasgeiter:master Oct 14, 2021
@lukasgeiter
Copy link
Owner

Thanks for your PR! I've just released v2.5.1 with this fix.

@nwesterhausen nwesterhausen deleted the patch-1 branch October 14, 2021 15:09
markmc added a commit to markmc/gateway-api that referenced this pull request Feb 14, 2022
See lukasgeiter/mkdocs-awesome-pages-plugin#49

mkdocs-awesome-pages-plugin 2.5.1 contains the fix, but 2.7.0 is the
latest.
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.

2 participants