faust-streaming / mode

Python AsyncIO Services
https://faust-streaming.github.io/mode/
Other
43 stars 16 forks source link

Mode is not ready for python 3.10 #9

Closed taybin closed 2 years ago

taybin commented 3 years ago

Mode uses several deprecated function parameters that are scheduled to be removed in Python 3.10.

Specifically, the loop argument is deprecated for asyncio.Event, asyncio.Queue, asyncio.wait, and asyncio.wait_for.

taybin commented 2 years ago

Tracking and fixing in #11

taybin commented 2 years ago

Mode now works with python-3.10 as #11 was merged in.