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 =