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.
1 parent 70eb871 commit 4feb63dCopy full SHA for 4feb63d
requirements.txt
@@ -1 +1 @@
1
-async-timeout>=4.0.3; python_version<"3.11.3"
+async-timeout>=4.0.3; python_full_version<"3.11.3"
setup.py
@@ -36,7 +36,7 @@
36
author_email="valkey-py@lists.valkey.io",
37
python_requires=">=3.9",
38
install_requires=[
39
- 'async-timeout>=4.0.3; python_version<"3.11.3"',
+ 'async-timeout>=4.0.3; python_full_version<"3.11.3"',
40
],
41
classifiers=[
42
"Development Status :: 5 - Production/Stable",
0 commit comments