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

Tune py-3.14 version #528

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Tune py-3.14 version #528

merged 2 commits into from
Dec 17, 2024

Conversation

asvetlov
Copy link
Member

@asvetlov asvetlov commented Dec 17, 2024

Use the latest available 3.14.0-alpha2

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.31%. Comparing base (ef1dd00) to head (d5e33e1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #528   +/-   ##
=======================================
  Coverage   97.31%   97.31%           
=======================================
  Files           8        8           
  Lines        1119     1119           
  Branches       53       53           
=======================================
  Hits         1089     1089           
  Misses         18       18           
  Partials       12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@asvetlov asvetlov merged commit 41dc90c into master Dec 17, 2024
16 checks passed
@asvetlov asvetlov deleted the py3.14 branch December 17, 2024 10:17
@@ -14,5 +14,6 @@ asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
filterwarnings =
error
ignore:'asyncio.iscoroutinefunction' is deprecated:DeprecationWarning:aiohttp
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't we just fix this one?
Looks like it should be changed to inspect.iscoroutinefunction().

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, we should fix it in aiohttp and temporarily ignore it for aiojobs.
I have a plan to enable py3.14 alpha for aiohttp and see how it is going.

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