Closed grandryjn closed 1 year ago
Running RushTI with python 3.11.4 was raising an alert. rushti.py:627: DeprecationWarning: There is no current event loop event_loop = asyncio.get_event_loop()
rushti.py:627: DeprecationWarning: There is no current event loop event_loop = asyncio.get_event_loop()
As found here, this occur in python 3.11 and require an update.
Tested locally and this works fine.
Good catch! Thank you @grandryjn
Running RushTI with python 3.11.4 was raising an alert.
rushti.py:627: DeprecationWarning: There is no current event loop event_loop = asyncio.get_event_loop()
As found here, this occur in python 3.11 and require an update.
Tested locally and this works fine.