diff --git a/pyproject.toml b/pyproject.toml index 96a2808..5d7db75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools<=75.3.2; python_version == '3.8'", + "setuptools<=80.7.1; python_version == '3.8'", "setuptools>=79.0.1; python_version > '3.8'", "wheel" ]