Skip to content

Commit

Permalink
setup.py: fix dependecy mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Mesoraca <[email protected]>
  • Loading branch information
aiven-sal committed Sep 11, 2024
1 parent f4bfa26 commit f3fc0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
author_email="[email protected]",
python_requires=">=3.8",
install_requires=[
'async-timeout>=4.0.3; python_version<"3.11"',
'async-timeout>=4.0.3; python_version<"3.11.4"',
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit f3fc0bb

Please sign in to comment.