Skip to content

Commit 9c8ff08

Browse files
authored
ARROW-248 Set upper bound for distutils (#235)
ARROW-248 Set upper bound for disutils
1 parent eeeb3bf commit 9c8ff08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = [
3-
"setuptools>=61.0",
3+
# ARROW-248, pin to less than 72.2.
4+
"setuptools>=70,<72.2",
45
"cython>=3.0",
56
# Must be kept in sync with "project.dependencies" below.
67
"pyarrow>=17.0,<17.1.0",

0 commit comments

Comments
 (0)