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

Support python 3.10 collections #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nyurik
Copy link

@nyurik nyurik commented Oct 29, 2021

The Iterable is no longer accessible from collections lib. Using collections.abc instead.

Fixes #23

The `Iterable` is no longer accessible from `collections` lib. Using `collections.abc` instead.
@nyurik
Copy link
Author

nyurik commented Jan 27, 2022

@kakwa hi, could you merge+release - it would sad to loose such a nice lib due to bit rot :) Thanks!!

@joerick
Copy link

joerick commented Jul 15, 2022

Tip for anyone else wanting to use this-

pip install https://github.com/nyurik/py-ascii-graph/archive/refs/heads/fix-python310.zip

This will install this PR, rather than the version on PyPI.

@TheDen
Copy link
Contributor

TheDen commented Feb 27, 2023

@kakwa can you please merge + release this? Whilst @joerick's solution works, projects that depend on this can't install via PyPI since they'll receive the err

ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.

If you've moved on from this project and whatnot—it's all good, just thought I'd try to get some closure

@nyurik
Copy link
Author

nyurik commented May 25, 2024

@kakwa a friendly ping :)

@ami-navon
Copy link

+1

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.

Library no longer works in Python 3.10+
4 participants