Closed fenhl closed 6 years ago
Thanks for fixing! What's the ETA for this on PyPI?
I tried using master and this is still not fixed since the code uses asyncio.async
instead of asyncio.ensure_future
.
@bamthomas Can you cut a new PyPI release with Python 3.7 compatibility?
yes I'll do it this week end, sorry for the delay.
I am sorry to bug you but we would really appreciate a new release. Home Assistant is soon moving to Python 3.7 with the release planned for Wednesday this week.
release 0.7.15 is done.
But note that the 3.7 python is not tested in CI as the tests with xenial is failing (cf a21e3f8 ) and I don't have the time before your Home Assistant release to understand why.
Thanks a lot. I will be back with PRs if it does not work :)
Importing
aioimaplib
fails on Python 3.7 becauseasync
is a keyword now.