You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend does not support python >3.9 because of using asyncio.coroutine which got deprecated.
Since minimal wanted python version is 3.7 we should be able to switch to async syntax safely.
I will provide an MR regarding this,
The text was updated successfully, but these errors were encountered:
Backend does not support python >3.9 because of using asyncio.coroutine which got deprecated.
Since minimal wanted python version is 3.7 we should be able to switch to async syntax safely.
I will provide an MR regarding this,
The text was updated successfully, but these errors were encountered: