python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

Python 3.11.3: AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'

Open chebykinn opened this issue 2 years ago • 1 comments

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?

chebykinn avatar Oct 19 '23 00:10 chebykinn

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

mbrulatout avatar Mar 14 '24 09:03 mbrulatout