audiokinetic / waapi-client-python

Decoupled autobahn WAMP client with support for plain options and bindable subscription callbacks
Apache License 2.0
41 stars 6 forks source link

Use async def instead of coroutine decorator #4

Closed ak-slongchamps closed 3 years ago

ak-slongchamps commented 3 years ago

The coroutine decorator is now deprecated in Python 3.8: use async def instead everywhere.

Bump the minimal Python version supported as needed.