You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52680][INFRA] Remove Python 3.9 GitHub Action CI
### What changes were proposed in this pull request?
This PR aims to remove Python 3.9 GitHub Action CI for `Apache Spark 4.1.0.`
- https://github.com/apache/spark/actions/workflows/build_python_3.9.yml
This PR doesn't aim to delete Python 3.9 infra image because it can be used by `branch-4.0`.
### Why are the changes needed?
Python 3.9 will reach the end of support on October.
- https://devguide.python.org/versions/#supported-versions
We are moving the minimum requirements to Python 3.10 already.
- #51259
### Does this PR introduce _any_ user-facing change?
No, this is an infra change.
### How was this patch tested?
Manual review because this is a removal of test coverage.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#51371 from dongjoon-hyun/SPARK-52680.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
0 commit comments