pitrou commented on PR #43539: URL: https://github.com/apache/arrow/pull/43539#issuecomment-2288558824
> It seems it is not yet compatible with Python 3.13 ([grpc/grpc#34922](https://github.com/grpc/grpc/issues/34922)), so we will have to skip installing it for our Python 3.13 builds. > The package is coming as a dependency of installing the GCS testbench (`ci/scripts/install_gcs_testbench.sh`), and that script is called in `ci/docker/python-wheel-manylinux-test.dockerfile`. The irony is that the GCS testbench is used purely as an executable and therefore doesn't need to use the same Python version as the one under test (in other words, we could use something like `pipx` to decouple the two). -- 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]
