sclack icon indicating copy to clipboard operation
sclack copied to clipboard

Add python 3.5 as minimal required version

Open pprkut opened this issue 4 years ago • 0 comments

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.

pprkut avatar Feb 07 '21 12:02 pprkut