-
Notifications
You must be signed in to change notification settings - Fork 636
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
get_event_loop is deprecated in Python 3.10+ #1669
Comments
Must be something in the air: #1668 |
closed by #1668 |
Haha, thanks! |
btw, 23.0.0b1 is publishing right now if you want to do some testing. The new enums shouldn't break anything, but it would be good to give folks testing with |
Yep, I'm testing it now in jupyter/jupyter_client#751. We had to remove a usage of |
Cool, passing now with no warnings from zmq. |
I spoke too soon, we're still seeing |
cf https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop.
I believe this needs to be changed to:
The text was updated successfully, but these errors were encountered: