From 0156ce132ca83d4986a7927b8000f7776dbaf2e0 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 27 Oct 2020 02:02:00 +0100 Subject: [PATCH] Add Python <3.9 guard until we start supporting Python 3.9 (#4538) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index df744672f..0ed12927e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ classifiers = [options] packages = find_namespace: -python_requires = >=3.8.1 +python_requires = >=3.8.1,<3.9 install_requires = aiohttp==3.6.2 aiohttp-json-rpc==0.13.2