Use collections.abc.Iterable instead of collections.Iterable
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.