Commit a95371a
committed
[SPARK-54213][PYTHON][CONNECT] Remove Python 3.9 from Spark Connect
### What changes were proposed in this pull request?
This PR aims to remove `Python 3.9` from `Spark Connect`.
### Why are the changes needed?
`Python 3.9` reached the end-of-life on 2025-10-31.
- https://devguide.python.org/versions/#unsupported-versions
Apache Spark 4.1.0 dropped `Python 3.9` support and we don't have a test coverage. We had better make it clear even that is `Spark Connect` module.
- apache#51259
- apache#51416
- apache#51631
- apache#51371
### Does this PR introduce _any_ user-facing change?
No behavior change for Python 3.10+ users.
### How was this patch tested?
Pass the CIs and manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#52911 from dongjoon-hyun/SPARK-54213.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent ee17135 commit a95371a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
0 commit comments