From 3c49b09c236ec524f18a54fcf85af02d86e1d28c Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 3 May 2024 14:55:54 +0400 Subject: [PATCH] Fix python_requires value --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32c15df..16e3ec4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ package_dir={"": "src"}, install_requires=["tokenize_rt", "setuptools"], keywords=["async"], - python_requires=">=3.7", + python_requires=">=3.8", classifiers=[ "License :: OSI Approved :: MIT License", "License :: OSI Approved :: Apache Software License",