datadvance / DjangoChannelsGraphqlWs

Django Channels based WebSocket GraphQL server with Graphene-like subscriptions
MIT License
281 stars 83 forks source link

Support Python 3.11 #109

Open adrienhongcs opened 1 year ago

adrienhongcs commented 1 year ago

@asyncio.coroutine was removed in Python 3.11.

Using DjangoChannelsGraphqlWs leads to errors such as:

TypeError: Passing coroutines is forbidden, use tasks explicitly.

Are there any plans to upgrade to 3.11?

Flauschbaellchen commented 5 months ago

@prokher May I kindly bump this issue? :bow: Python 3.11 has now been around for 1.5 years and 3.12 is stable, too.