python-consul
python-consul copied to clipboard
Python 3.11.3: AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'
Hi,
As I understand in Python 3.11 @asyncio.coroutine was removed and replaced with async def syntax. Can you update the library to support this?
There's a fork here You may want to check it out. It's expected to be 3.11 compatible. It's heavily used in our company and we hope we get more users to benefit from the community feedback