Closed AlexanderWells-diamond closed 2 years ago
Version 4.0.1 breaks support for python 3.6, due to using the asyncio.get_running_loop() function which is new in Python 3.7.
asyncio.get_running_loop()
An example of the change can be seen here. This breaks pythonSoftIOC's CI, which can be seen here.
Version 4.0.0 was still compatible with Python 3.6. We did not expect support to be dropped in a patch version update.
Thank you for any information.
I think this is a duplicate of #84
Version 4.0.1 breaks support for python 3.6, due to using the
asyncio.get_running_loop()
function which is new in Python 3.7.An example of the change can be seen here. This breaks pythonSoftIOC's CI, which can be seen here.
Version 4.0.0 was still compatible with Python 3.6. We did not expect support to be dropped in a patch version update.
Thank you for any information.