Skip to content

Use collections.abc.Iterable instead of collections.Iterable

Alex Henrie requested to merge alex.henrie/graph-tool:abc into master

This prevents DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working from appearing when using graph-tool on Python 3.7 and later.

Merge request reports