You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update python version constraint to install async-timeout.
async-timeout library has effectively been upstreamed into Python 3.11+.
installing it for python >= 3.11 should not be necessary.
this will enable packaging valkey-py for fedora 39, which
comes with python 3.12 and does not conatin async-timeout 4.0.3 package.
see the deprecation notice:
https://github.com/aio-libs/async-timeout?tab=readme-ov-file#deprecated
Signed-off-by: Ali Gholami <ali.gholami@aiven.io>
0 commit comments