**`@asyncio.coroutine` was [removed in Python 3.11](https://bugs.python.org/issue43216).** Using DjangoChannelsGraphqlWs leads to errors such as: ``` TypeError: Passing coroutines is forbidden, use tasks explicitly. ``` Are there any plans to upgrade to 3.11?