Add Python <3.9 guard until we start supporting Python 3.9 (#4538)

This commit is contained in:
jack1142 2020-10-27 02:02:00 +01:00 committed by GitHub
parent b13dec10c5
commit 0156ce132c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ classifiers =
[options] [options]
packages = find_namespace: packages = find_namespace:
python_requires = >=3.8.1 python_requires = >=3.8.1,<3.9
install_requires = install_requires =
aiohttp==3.6.2 aiohttp==3.6.2
aiohttp-json-rpc==0.13.2 aiohttp-json-rpc==0.13.2