Skip to content

Commit f70c141

Browse files
Zaczerovladvildanov
authored andcommitted
Remove redundant async-timeout dependency in modern Python (#3177)
#3174
1 parent a4c69b3 commit f70c141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author_email="oss@redis.com",
3737
python_requires=">=3.8",
3838
install_requires=[
39-
'async-timeout>=4.0.3',
39+
'async-timeout>=4.0.3; python_full_version<"3.11.3"',
4040
],
4141
classifiers=[
4242
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)