From 218cff3995f3b7ee273ecdc125fa282ddd53c4df Mon Sep 17 00:00:00 2001 From: Iurii Pliner Date: Sat, 31 Aug 2024 15:19:27 +0100 Subject: [PATCH] Require async_timeout for python < 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2da1b880..073aed9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Topic :: Database :: Front-Ends", ] dependencies = [ - 'async_timeout>=4.0.3; python_version < "3.12.0"', + 'async_timeout>=4.0.3; python_version < "3.11.0"', ] [project.urls]