Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python 3.10: Remove loop parameter from asyncio primitives #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulo-raca
Copy link

@paulo-raca paulo-raca commented Jun 21, 2023

loop=... argument in asyncio primitives has been deprecated for a while now -- since Python 3.8

This therefore drops support for 3.7.

Fixes #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure to execute on Python 3.10: loop parameter was removed from asyncio.wait_for
1 participant