diff --git a/pyproject.toml b/pyproject.toml index aecdf82..bb106f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools<60.0", "wheel"] +requires = ["setuptools<76.0", "wheel"] build-backend = "setuptools.build_meta" [tool.black]