tomplus / kubernetes_asyncio

Python asynchronous client library for Kubernetes http://kubernetes.io/
Apache License 2.0
353 stars 70 forks source link

Add Python 3.12 in CI #313

Closed Wh1isper closed 3 months ago

Wh1isper commented 3 months ago

Just not see Python 3.12 support in classifiers, here I try to test it in CI and add the classifier.

Wh1isper commented 3 months ago

It looks like we can support python 3.12, thanks!: https://github.com/Wh1isper/kubernetes_asyncio/actions/runs/9413619368/job/25930748150

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 28.20%. Comparing base (c2c8933) to head (d03564c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #313 +/- ## ========================================== - Coverage 28.70% 28.20% -0.51% ========================================== Files 725 725 Lines 86624 85936 -688 ========================================== - Hits 24864 24235 -629 + Misses 61760 61701 -59 ```

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