droidian / oFono2MM

Python daemom implementing ModemManager D-Bus API and using oFono to manage the modems.
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Python 3.10 compatibility #7

Closed nitanmarcel closed 2 years ago

nitanmarcel commented 2 years ago

get_event_loop raises a deprecation in python3.10 which bookworm uses as default and in the future versions will just be used as an alias for get_running_loop.

https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop

g7 commented 2 years ago

Thanks!