Skip to content

Commit

Permalink
Allow anyio versions 3.x for Python version 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Dec 15, 2023
1 parent d04750e commit 51b14fc
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 @@ -6,7 +6,7 @@
"graphql-core>=3.3.0a3,<3.4",
"yarl>=1.6,<2.0",
"backoff>=1.11.1,<3.0",
"anyio>=4.0,<5",
"anyio>=3.0,<5",
]

console_scripts = [
Expand Down

0 comments on commit 51b14fc

Please sign in to comment.