Closed gergelypolonkai closed 2 years ago
This also removes Python 3.4 from tox.ini since async def is invalid before Python 3.5.
tox.ini
async def
It would also probably solve #168
Signed-off-by: Gergely Polonkai gergely@polonkai.eu
Thank you! I’ve combined your changes with those of #165 to get the asyncio code working again.
This also removes Python 3.4 from
tox.ini
sinceasync def
is invalid before Python 3.5.It would also probably solve #168
Signed-off-by: Gergely Polonkai gergely@polonkai.eu