python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 386 forks source link

test: update Python and ZK in testing suite #737

Closed StephenSorriaux closed 7 months ago

StephenSorriaux commented 7 months ago

Fixes #708

Why is this needed?

Python 3.7 is EOL since last year, Python 3.11 and Python 3.12 are here now. ZK 3.6 is EOL since end of 2022 and ZK 3.9 is here.

Proposed Changes

Does this PR introduce any breaking change?

No.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (383cdf8) 96.76% compared to head (1aaabe7) 96.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #737 +/- ## ========================================== - Coverage 96.76% 96.73% -0.03% ========================================== Files 27 27 Lines 3557 3557 ========================================== - Hits 3442 3441 -1 - Misses 115 116 +1 ```

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

jeffwidman commented 7 months ago

Thanks 🙏