You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
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.
Upon reading #5 it would probably also be best for to drop 3.5 as well since then we'll get the proper async generator support (I had previously misread the Python release notes when I put together the original post).
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.@honzakral @fxdgear
The text was updated successfully, but these errors were encountered: