change min python version to 3.9+

This commit is contained in:
Xieh
2021-08-31 16:46:59 +00:00
committed by GitHub
parent f37eb6bbc1
commit b33a87a1a3
+1 -1
View File
@@ -27,7 +27,7 @@ setup(
keywords="wrapper, async, api, websockets, http",
packages=find_packages(),
python_requires=">=3.8",
python_requires=">=3.9",
extras_require={
"speedups": ["ujson", "aiohttp[speedups]==3.7.4.post0", "msgpack==1.0.2"],
},