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: https://github.com/rethinkdb/rethinkdb-python/pull/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