mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Add Python <3.9 guard until we start supporting Python 3.9 (#4538)
This commit is contained in:
parent
b13dec10c5
commit
0156ce132c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user