diff --git a/tokumx/pyproject.toml b/tokumx/pyproject.toml index 841529828189a..e41b316b8dda2 100644 --- a/tokumx/pyproject.toml +++ b/tokumx/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling>=0.11.2", - "setuptools>=66; python_version > '3.0'", + "setuptools>=82.0.1; python_version > '3.0'", "setuptools; python_version < '3.0'", ] build-backend = "hatchling.build"