Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-45980][INFRA] Add
Python 3.11
to the Daily Python Github Act…
…ion job ### What changes were proposed in this pull request? This PR aims to enable `Python 3.11` testing in the following daily `Python-only` Github Action job. https://github.com/apache/spark/actions/workflows/build_python.yml ### Why are the changes needed? To provide `Python 3.11` test coverage to Apache Spark 4.0.0. Since SPARK-45953 installed `Python 3.11` into the infra image, what we need is to add it to the daily job. - #43877 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? We need to validate this in the daily GitHub Action job. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43878 from dongjoon-hyun/SPARK-45980. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
- Loading branch information