crepererum commented on code in PR #4941: URL: https://github.com/apache/arrow-rs/pull/4941#discussion_r1360587151
########## arrow-pyarrow-integration-testing/pyproject.toml: ########## @@ -16,7 +16,7 @@ # under the License. [build-system] -requires = ["maturin"] +requires = ["maturin>=1.0,<2.0"] Review Comment: drive-by fix because the CI warned that maturin should be pinned to a version range and that not pinning it will become a hard error in the future -- 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]
