Skip to content

Let CI run against aiohttp 3.10's latest version and 3.13's latest version#980

Merged
achimnol merged 15 commits intomainfrom
ci/test-against-aiohttp-3.10-and-3.13
Nov 2, 2025
Merged

Let CI run against aiohttp 3.10's latest version and 3.13's latest version#980
achimnol merged 15 commits intomainfrom
ci/test-against-aiohttp-3.10-and-3.13

Conversation

@achimnol
Copy link
Copy Markdown
Member

@achimnol achimnol commented Nov 2, 2025

  • Let the CI run against both the latest release of aiohttp 3.10.x and 3.13.x to ensure backward compatibility.
  • Let the test jobs use the built artifact which is same to what's published, following @webknjaz's philosophy.
  • Fix the test job naming and artifact naming for readability.

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the changes folder
    • name it <issue_id>.<type> for example (588.bug)
    • if you don't have an issue_id change it to the pr id after creating the pr
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files."

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.57%. Comparing base (f60e394) to head (45a5399).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #980   +/-   ##
=======================================
  Coverage   81.57%   81.57%           
=======================================
  Files          24       24           
  Lines        1422     1422           
  Branches      190      190           
=======================================
  Hits         1160     1160           
  Misses        186      186           
  Partials       76       76           

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

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

@achimnol achimnol enabled auto-merge (squash) November 2, 2025 14:29
@achimnol achimnol merged commit f192037 into main Nov 2, 2025
16 checks passed
@achimnol achimnol deleted the ci/test-against-aiohttp-3.10-and-3.13 branch November 2, 2025 14:33
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.

1 participant