This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Drop Python 3.4 support #70
Closed
Description
Can we drop Python 3.4 support from this library? It has reached end-of-life and is no longer maintained by the Python Software Foundation. See https://www.python.org/dev/peps/pep-0429/#release-schedule for the 3.4 EOL notice.
Dropping 3.4 would allow us to migrate everything into a modern async def
syntax and use async generators. Async generators would allows this library to support scroll/scan API as well as Bulk api's easier. I've got a fork which implements most of those helpers as async versions already; and it was trivial to do with async generator support.
Metadata
Metadata
Assignees
Labels
No labels