Skip to content

Commit 5a8cd97

Browse files
committed
[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>
1 parent 9953c95 commit 5a8cd97

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

.github/workflows/build_python_3.9.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This README file only contains basic setup instructions.
3636
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_maven_java21_arm.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_maven_java21_arm.yml) |
3737
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_coverage.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_coverage.yml) |
3838
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_pypy3.10.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_pypy3.10.yml) |
39-
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.9.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.9.yml) |
4039
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.10.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.10.yml) |
4140
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_classic_only.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_classic_only.yml) |
4241
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_arm.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_arm.yml) |

0 commit comments

Comments
 (0)