mode not ready for 3.11 #19
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
In the spirit of #9
The issues were highlighted in the above issue but mitigated not fixed. The error below is because of asyncio.wait, which has had passing coroutines deprecated since 3.8 and now removed in 3.11.
As an aside, it looks like
aiokafka
also has plenty of these and hasn't released in over a year (with a few blockers apparently), so it looks like a ton of work to get things working with 3.11.Checklist
master
branch of Mode.Steps to reproduce
Try to run with python 3.11
Expected behavior
Run as with <3.11
Actual behavior
Error
Full traceback
Versions
The text was updated successfully, but these errors were encountered: