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 9ad1546 commit 2295707Copy full SHA for 2295707
setup.py
@@ -36,7 +36,7 @@
36
author_email="[email protected]",
37
python_requires=">=3.8",
38
install_requires=[
39
- 'async-timeout>=4.0.3',
+ 'async-timeout>=4.0.3; python_full_version<"3.11.3"',
40
],
41
classifiers=[
42
"Development Status :: 5 - Production/Stable",
0 commit comments