valkey-io / valkey-py

Valkey Python client based on a fork of redis-py
MIT License
69 stars 9 forks source link

Add support for Python 3.13 #116

Open aiven-sal opened 3 weeks ago

aiven-sal commented 3 weeks ago

Description of change

Add support for Python 3.13

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 75.29%. Comparing base (65d717a) to head (a53f2a6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ======================================= Coverage 75.29% 75.29% ======================================= Files 132 132 Lines 34496 34496 ======================================= Hits 25973 25973 Misses 8523 8523 ```

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


🚨 Try these New Features:

mkmkme commented 10 hours ago

I stand corrected, my latest change did not fix 3.13. Looking further. Quite interesting that the async version raises an exception as expected and the sync one doesn't...