vxgmichel/aioconsole

python 3.7 compatibility

drankinn opened this issue · 2 comments

aioconsole isn't able to run on python 3.7 because of a few deprecated asyncio.async calls.

Fixed in PR #22, thanks again!

The fix will become visible with v0.1.8, that I'm planning to release once PR #21 is merged.