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

Mode is not ready for python 3.10 #9

Closed
taybin opened this issue Aug 5, 2021 · 2 comments
Closed

Mode is not ready for python 3.10 #9

taybin opened this issue Aug 5, 2021 · 2 comments

Comments

@taybin
Copy link

taybin commented Aug 5, 2021

Mode uses several deprecated function parameters that are scheduled to be removed in Python 3.10.

Specifically, the loop argument is deprecated for asyncio.Event, asyncio.Queue, asyncio.wait, and asyncio.wait_for.

@taybin
Copy link
Author

taybin commented Oct 13, 2021

Tracking and fixing in #11

@taybin
Copy link
Author

taybin commented Oct 14, 2021

Mode now works with python-3.10 as #11 was merged in.

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

No branches or pull requests

1 participant