Skip to content

Conversation

@lotas
Copy link
Contributor

@lotas lotas commented Nov 5, 2025

Fix for async loop error in 3.14
Recommended approach is to simply use asyncio.run(fn) https://docs.python.org/3/whatsnew/3.14.html#id10

Adds 3.14 to the testing pipeline

Fixes: #314

@lotas lotas requested a review from a team as a code owner November 5, 2025 10:53
Co-authored-by: Julien Cristau <[email protected]>
petemoore
petemoore previously approved these changes Nov 5, 2025
Copy link
Member

@petemoore petemoore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable, thanks!

@petemoore
Copy link
Member

Additional: is this backwardly compatible, and if not, do we already explicitly document (and ideally enforce) that python 3.14 is required?

r+ if that is already covered! :-)

@petemoore
Copy link
Member

CC @jschwartzentruber in case this is relevant for https://github.com/MozillaSecurity/fuzzing-tc-config/

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.

Python 3.14 async issues

4 participants