From b54ee5cef5a93bee84d056f155522a19fd60851d Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Wed, 28 Aug 2024 11:19:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20setuptools=20min=20versio?= =?UTF-8?q?n=20(python=203.12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/pypa/setuptools/commit/e03f8839a29f0640df7d6f107874aa8fb16c1470 --- pyproject.toml | 2 +- setup.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3713b6..259506b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools >= 66.0; python_version >= '3.12'", + "setuptools >= 66.1.0; python_version >= '3.12'", "setuptools <= 60.9.0; python_version < '3.12'", "wheel" ] diff --git a/setup.cfg b/setup.cfg index aecc818..159f79b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,6 +35,8 @@ install_requires = pycryptodome >= 3.14.1 python-minifier >= 2.6.0; python_version < '3.12' click + setuptools >= 66.1.0; python_version >= '3.12' + setuptools <= 60.9.0; python_version < '3.12' python_requires = >=3.6,<3.13 packages = find: # package_dir =