Skip to content

Commit 8d84c6a

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...v79.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 79.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbbab71 commit 8d84c6a

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,<79.1",
55
"cython>=3.0",
66
# Needed for numpy headers.
77
"numpy>=2.0",

0 commit comments

Comments
 (0)