achimnol / aiotools

Idiomatic asyncio utilties
https://aiotools.readthedocs.io
MIT License
154 stars 12 forks source link

Add Python 3.12 support #64

Closed achimnol closed 11 months ago

achimnol commented 1 year ago

There seems to be no breaking changes yet. Though, child watchers are going to be deprecated so let's just skip manual configuration of them. (python/cpython#94597)

codecov[bot] commented 1 year ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (14aa2b4) 74.62% compared to head (7594dd2) 74.78%. Report is 1 commits behind head on main.

Files Patch % Lines
src/aiotools/server.py 72.72% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ========================================== + Coverage 74.62% 74.78% +0.15% ========================================== Files 18 18 Lines 1139 1138 -1 ========================================== + Hits 850 851 +1 + Misses 289 287 -2 ```

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