diff --git a/pyproject.toml b/pyproject.toml index 56fbef5..8125613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=62.6", "wheel~=0.37.1"] +requires = ["setuptools>=62.6,<76.0", "wheel~=0.37.1"] build-backend = "setuptools.build_meta" [project]