We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c6ce95 + a315de8 commit 56766a1Copy full SHA for 56766a1
requirements.txt
@@ -1 +1 @@
1
-async-timeout>=4.0.3
+async-timeout>=4.0.3; python_version<"3.11"
setup.py
@@ -36,7 +36,7 @@
36
author_email="valkey-py@lists.valkey.io",
37
python_requires=">=3.8",
38
install_requires=[
39
- 'async-timeout>=4.0.3; python_version<="3.12"',
+ 'async-timeout>=4.0.3; python_version<"3.11"',
40
],
41
classifiers=[
42
"Development Status :: 5 - Production/Stable",
0 commit comments