Skip to content

Commit

Permalink
ARROW-248 Set upper bound for distutils (mongodb-labs#235)
Browse files Browse the repository at this point in the history
ARROW-248 Set upper bound for disutils
  • Loading branch information
blink1073 authored and bruno-firnkes committed Sep 27, 2024
1 parent ae71567 commit 5b01f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"setuptools>=61.0",
# ARROW-248, pin to less than 72.2.
"setuptools>=70,<72.2",
"cython>=3.0",
# Must be kept in sync with "project.dependencies" below.
"pyarrow>=17.0,<17.1.0",
Expand Down

0 comments on commit 5b01f40

Please sign in to comment.