groove-x / trio-util

Utility library for the Python Trio async/await framework
https://trio-util.readthedocs.io/
MIT License
68 stars 6 forks source link

CI: add python 3.10, 3.11, 3.12 build #25

Closed jrfk closed 7 months ago

jrfk commented 8 months ago

What

This PR adds CI build configurations for Python versions 3.10, 3.11, and 3.12.

Why

To ensure our project remains compatible with newer Python versions, improving user experience and future-proofing our codebase.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (c908bc7) to head (27273a6).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #25 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 15 15 Lines 454 454 ========================================= Hits 454 454 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

belm0 commented 7 months ago

(it was accidentally pushed to master as individual commits, and then reverted by force-push)