From 6d646b49ff2cea823c3135186edba6b88a25622f Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Tue, 26 Mar 2024 18:38:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20limit=20python=20<3.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3abfc16..ad41d2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ install_requires = pycryptodome >= 3.14.1 python-minifier >= 2.6.0 click -python_requires = >=3.6 +python_requires = >=3.6,<3.11 packages = find: # package_dir = # = src