Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50178][INFRA] Use
PyArrow>=18.0.0
for Python 3.13
### What changes were proposed in this pull request? This PR aims to use `PyArrow>=18.0.0` for Python 3.13 to ensure the test coverage of `PyArrow 18 on Python 3.13`. ### Why are the changes needed? PyArrow 18.0.0 is the first version which supports Python 3.13 officially. - https://pypi.org/project/pyarrow/18.0.0/ ### Does this PR introduce _any_ user-facing change? No, this is an infra only change. ### How was this patch tested? Pass the CI image building. The installed version will be used in Python 3.13 Daily CI. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #48709 from dongjoon-hyun/SPARK-50178. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information