rok commented on code in PR #47141:
URL: https://github.com/apache/arrow/pull/47141#discussion_r2217743450
##########
python/pyproject.toml:
##########
@@ -27,7 +27,7 @@ requires = [
# configuring setuptools_scm in pyproject.toml requires
# versions released after 2022
"setuptools_scm[toml]>=8",
- "setuptools>=64",
+ "setuptools>=77",
Review Comment:
This is required due to setuptools<77 not recognizing the new license
strings proposed in this PR (see https://github.com/pypa/setuptools/issues/4903
for explanation). I'm not sure if this is controversial so bringing it up here.
@raulcd
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]