From 5342348fba1648fcd19794bd8312f5e55b24472d Mon Sep 17 00:00:00 2001 From: Kien Dang Date: Sat, 14 Oct 2023 16:20:30 +0800 Subject: [PATCH] chore: waiting for aiohttp 3.9 stable --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7d88ea0..c16a979 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ install_aiohttp_requires = [ "aiohttp>=3.8,<4", + "aiohttp==3.9.0b0; python_version >= '3.12'", ] install_quart_requires = ["quart>=0.15,<1"]