Skip to content

Commit 6a8baff

Browse files
Update setuptools requirement in /bindings/python
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.0.0...v80.4.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 011bab2 commit 6a8baff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
# ARROW-248, pin to less than 72.2.
4-
"setuptools>=70,<72.2",
4+
"setuptools>=70,<80.5",
55
"cython>=3.0",
66
# Needed for numpy headers.
77
"numpy>=2.0",

0 commit comments

Comments
 (0)