From c3e450a22a9415fe1fa71814f1f2fd1198df2a2a Mon Sep 17 00:00:00 2001 From: Changhua Date: Mon, 8 May 2023 19:27:50 +0800 Subject: [PATCH] Require python>=3.8 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 816fce3..2f1fa75 100644 --- a/python/setup.py +++ b/python/setup.py @@ -21,7 +21,7 @@ setup( long_description_content_type="text/markdown", license="MIT", url="https://github.com/lich0821/WeChatFerry", - python_requires=">=3.7", + python_requires=">=3.8", packages=find_packages(), include_package_data=True, install_requires=[