Skip to content

Drop python 3.4 support #74

@billy-yoyo

Description

@billy-yoyo

Since python 3.10 will no longer support the 3.4 way of doing async code, we should drop this in favour of supporting python 3.10. This will involve replacing all references of @asyncio.coroutine with the async keyword, and replacing all references of yield from with the await keyword.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions