crossbario / autobahn-python

WebSocket and WAMP in Python for Twisted and asyncio
https://crossbar.io/autobahn
MIT License
2.47k stars 763 forks source link

Support Python 3.11 #1599

Closed om26er closed 1 year ago

om26er commented 1 year ago

Python 3.11 removed asyncio.coroutine decorator, we were using it. This change enables ABPy to work with python 3.11

also https://github.com/crossbario/autobahn-python/issues/1598