aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

New release for python 3.11 #180

Closed kPsarakis closed 2 years ago

kPsarakis commented 2 years ago

Hi!

Thanks a lot for all the work you did with this package.

Is it possible to make a new release for python 3.11?

The reason that installation fails for 3.11 is that @asyncio.coroutine does not exist anymore, leading to:

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

I currently perform the installation with the latest commit hash, which works for python 3.11.0.

Let me know if I can help in any way.

JelleZijlstra commented 2 years ago

I haven't been able to spend much time on this package but I hope to finish the plan from #166 and get a release out. I'll comment there with what remains to be done.

JelleZijlstra commented 2 years ago

Just released https://pypi.org/project/aiozmq/1.0.0/