Closed njsmith closed 6 years ago
Though... the same test seems to pass on py 3.5.3: https://ci.appveyor.com/project/touilleMan/pytest-trio/build/1.0.122/job/grrwby5hbttmq507 The travis failures we saw were on 3.5.0 and 3.5.2. So maybe 3.5.3 is OK?
@njsmith The code agrees with you: 3.5.3 is OK! According to GitHub, _get_running_loop()
was added in CPython 3.5.3, and its public version get_running_loop()
was added in 3.7.0.
Documented: minimum supported version is 3.5.3
Thanks! Do you think this could be specified in python_requires too? https://github.com/python-trio/trio-asyncio/blob/master/setup.py#L75
Thanks, I missed that. Uploaded (waiting for CI).
Not sure whether py35 is intended to be supported or not, but noticed when testing trio-asyncio and pytest-trio together that current trio-asyncio seems to be crashing on import: