Skip to content

Commit

Permalink
Remove redundant async-timeout dependency in modern Python (#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Mar 10, 2024
1 parent 9ad1546 commit 2295707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@
author_email="oss@redis.com",
python_requires=">=3.8",
install_requires=[
'async-timeout>=4.0.3',
'async-timeout>=4.0.3; python_full_version<"3.11.3"',
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 2295707

Please sign in to comment.