Note fallback for Python 3.7
Explicitly note the fallback for Windows and Python 3.7. Python ≥ 3.8 makes this the default event loop policy for Windows:
asyncio.WindowsProactorEventLoopPolicy
Explicitly note the fallback for Windows and Python 3.7. Python ≥ 3.8 makes this the default event loop policy for Windows:
asyncio.WindowsProactorEventLoopPolicy