Skip to content

Conversation

@a3lme
Copy link

@a3lme a3lme commented Oct 14, 2025

This PR handles the following asyncio behavioral changes introduced in python3.14:

asyncio.get_event_loop() now raises a RuntimeError if there is no current event loop, and no longer implicitly creates an event loop.

To support 3.14, this PR:

  1. Fixes [Python] RuntimeError: no running event loop by checking version of python and use asyncio.new_event_loop()
  2. Update dependencies versions for no conflicts with 3.14

@codecov-commenter
Copy link

codecov-commenter commented Oct 14, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #509      +/-   ##
==========================================
- Coverage   96.27%   96.10%   -0.17%     
==========================================
  Files          11       11              
  Lines        1074     1079       +5     
  Branches      209      190      -19     
==========================================
+ Hits         1034     1037       +3     
- Misses         19       21       +2     
  Partials       21       21              
Files with missing lines Coverage Δ
arq/worker.py 97.37% <100.00%> (+0.20%) ⬆️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a911f3...efcae8c. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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