As Python 3.10 removes the loop parameter it's time to adapt to modern asyncio standards including the usage of asyncio.run.
This requires at least Python 3.7. As Python 3.5 and 3.6 no longer receive security updates, it's time to drop support. Since the lifetime of Python 3.7 is also coming to an end soon, you could directly update to Python 3.8 as well.
As Python 3.10 removes the loop parameter it's time to adapt to modern asyncio standards including the usage of
asyncio.run
.This requires at least Python 3.7. As Python 3.5 and 3.6 no longer receive security updates, it's time to drop support. Since the lifetime of Python 3.7 is also coming to an end soon, you could directly update to Python 3.8 as well.