1.1.0
This release moves the minimum supported Python version to 3.5. It updates aioprocessing
internals to use async
/await
syntax instead of @asyncio.coroutine
/yield from
, and makes some linting fixes.
This release moves the minimum supported Python version to 3.5. It updates aioprocessing
internals to use async
/await
syntax instead of @asyncio.coroutine
/yield from
, and makes some linting fixes.