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

Fixed #488 -- Fixed asyncio.set_event_loop() deprecation warning. #489

Closed
wants to merge 2 commits into from

Conversation

felixxm
Copy link
Member

@felixxm felixxm commented Jan 29, 2025

No description provided.

asyncio.set_event_loop() is deprecated in Python 3.14 and slated for
removal in Python 3.16.

python/cpython@9fce906
@carltongibson
Copy link
Member

carltongibson commented Jan 30, 2025

Hey @felixxm — thanks for this.

Not sure this is the right fix... get_event_loop_policy is also deprecated in 3.14 🤔

@felixxm
Copy link
Member Author

felixxm commented Jan 30, 2025

Not sure this is the right fix... get_event_loop_policy is also deprecated in 3.14 🤔

Right, that was a quick shot :) No luck this time 😅 I will try to take a closer look later today or tomorrow.

@felixxm
Copy link
Member Author

felixxm commented Feb 20, 2025

Closing for now, hopefully someone async-proficient will fix this :)

@felixxm felixxm closed this Feb 20, 2025
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.

2 participants