numaproj / numaflow-python

Numaflow Python SDK
Apache License 2.0
52 stars 18 forks source link

chore: support Python 3.12 #166

Closed ab93 closed 5 months ago

ab93 commented 5 months ago

Python 3.12 support

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 94.65%. Comparing base (75c1ba5) to head (0cfaf2f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #166 +/- ## ======================================= Coverage 94.65% 94.65% ======================================= Files 52 52 Lines 2002 2002 Branches 119 119 ======================================= Hits 1895 1895 Misses 78 78 Partials 29 29 ```

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

kohlisid commented 5 months ago

Have we tested end to end manually/through test once to ensure everything good?

ab93 commented 5 months ago

Have we tested end to end manually/through test once to ensure everything good?

I tested a cat container locally. But let's test it once before we create a release. Anyway, this should not affect previous python versions. Can you take that up @kohlisid ?