Doesn't work anymore with Python 3.6
File "cerbero/build/oven.py", line 406, in recipes_done
heartbeat_task = asyncio.create_task(heartbeat_output())
AttributeError: module 'asyncio' has no attribute 'create_task'
Introduced by bebbdb39
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
File "cerbero/build/oven.py", line 406, in recipes_done
heartbeat_task = asyncio.create_task(heartbeat_output())
AttributeError: module 'asyncio' has no attribute 'create_task'
Introduced by bebbdb39