Skip to content

Commit

Permalink
Merge pull request #87 from ali-gholami-aiven/fix-async-timeout-pytho…
Browse files Browse the repository at this point in the history
…n-requirement

update python version constraint to < 3.11 for async-timeout requirement
  • Loading branch information
aiven-sal authored Sep 10, 2024
2 parents 1c6ce95 + a315de8 commit 56766a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
async-timeout>=4.0.3
async-timeout>=4.0.3; python_version<"3.11"
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.12"',
'async-timeout>=4.0.3; python_version<"3.11"',
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 56766a1

Please sign in to comment.