You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\_dev\.venv\lib\site-packages\aiohttp\web.py", line 379, in _run_app
if sys.platform =="win32"and sys.version_info <3.8:
TypeError: '<' not supported between instances of 'sys.version_info' and 'float'
📋 Your version of the Python
$ python --versionPython 3.9.0...
📋 Your version of the aiohttp/yarl/multidict distributions
🐞 Describe the bug
💡 To Reproduce
📋 Logs/tracebacks
📋 Your version of the Python
📋 Your version of the aiohttp/yarl/multidict distributions
📋 Additional context
This can be reproduced by simply doing:
import sys
print(sys.version_info < 3.8)
The text was updated successfully, but these errors were encountered: