Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information