syrusakbary / aiodataloader

Asyncio DataLoader for Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish a new release

dorianamouroux opened this issue · comments

I noticed a warning while using the library:

/usr/local/lib/python3.7/site-packages/aiodataloader.py:2: 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

which seems to have been fixed in this commit: 13e696e

However no releases has been made with that particular fix. Would it be possible to bump to 0.3.0 with that change?

duplicate of #16