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

Avoid use of asyncio.get_event_loop (3.14) #728

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

Conversation

traylenator
Copy link

Python 3.14 will remove "asyncio.get_event_loop"

https://docs.python.org/dev/whatsnew/3.14.html#id6

Replace "ayscio.get_event_loop

@traylenator
Copy link
Author

Rebase after #722

@dbrattli
Copy link
Collaborator

@traylenator Please try to rebase now. The build should be fixed again.

@coveralls
Copy link

coveralls commented Mar 18, 2025

Coverage Status

coverage: 93.431% (-0.05%) from 93.481%
when pulling 9ea1527 on traylenator:py314
into 28dd52c on ReactiveX:master.

Python 3.14 will remove "asyncio.get_event_loop"

https://docs.python.org/dev/whatsnew/3.14.html#id6

Replace "ayscio.get_event_loop
@traylenator
Copy link
Author

Think tests should pass now....

@dbrattli
Copy link
Collaborator

I think we need to consider deprecating Pythobn 3.8 as well. I see it's giving problems for this PR. I'll have a look at it this weekend.

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.

3 participants