From f2adeb343aaaee48d19c297d117bfbce8aba65ac Mon Sep 17 00:00:00 2001 From: Zomatree Date: Sun, 29 Aug 2021 16:59:30 +0100 Subject: [PATCH] remove 3.8 from supported versions --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1615a6d..c285dc9 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ setup( "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3 :: Only", ], @@ -30,7 +29,7 @@ setup( packages=find_packages(), python_requires=">=3.8", extras_require={ - "speedups": ["ujson", "aiohttp[speedups]==3.7.4.post0"], + "speedups": ["ujson", "aiohttp[speedups]==3.7.4.post0", "msgpack==1.0.2"], }, project_urls={ "Bug Reports": "https://github.com/Zomatree/revolt.py/issues",