Closed
Description
Library is not compatible with Python 3.11 asyncio syntax.
Specifically, @asyncio.coroutine decorator and yield from in async are no longer allowed in 3.11.
PR here:
#284
Library is not compatible with Python 3.11 asyncio syntax.
Specifically, @asyncio.coroutine decorator and yield from in async are no longer allowed in 3.11.
PR here:
#284