Commit a315de8
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>1 parent 1c6ce95 commit a315de8
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments