We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
asyncio.Event
asyncio.Queue
asyncio.wait
asyncio.wait_for
The text was updated successfully, but these errors were encountered:
Tracking and fixing in #11
Sorry, something went wrong.
Mode now works with python-3.10 as #11 was merged in.
No branches or pull requests
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
, andasyncio.wait_for
.The text was updated successfully, but these errors were encountered: