diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 3501358d..b16f3210 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ # ARROW-248, pin to less than 72.2. - "setuptools>=70,<72.2", + "setuptools>=70,<80.9", "cython>=3.0", # Needed for numpy headers. "numpy>=2.0",