sclack
sclack copied to clipboard
Add python 3.5 as minimal required version
Python 3.4 added the asyncio module into the standard library, but starting with 3.5 we can make use of the "async def" style syntax. Python 3.8 deprecated the current decorator style declarations.
After this it should be safe to merge #129.