Skip to content

Replace deprecated asyncio.get_event_loop() #113

@danielnsilva

Description

@danielnsilva

asyncio.get_event_loop() was deprecated in Python 3.12. A likely fix is to combine asyncio.new_event_loop() and asyncio.set_event_loop() as outlined in https://stackoverflow.com/a/79162550/5179577.

Related to #101

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions