Skip to content

[SPARK-43347][PYTHON] Remove Python 3.7 Support#41023

Closed
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-43347
Closed

[SPARK-43347][PYTHON] Remove Python 3.7 Support#41023
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-43347

Conversation

@dongjoon-hyun

@dongjoon-hyun dongjoon-hyun commented May 2, 2023

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This PR aims to remove Python 3.7 Support at Apache Spark 3.5.0.

Why are the changes needed?

Python 3.7 reaches the end of support on 2023-06-27 and SPARK-39861 deprecated Python 3.7 at Apache Spark 3.4.0.

Does this PR introduce any user-facing change?

Yes, but this change is expected one because SPARK-39861 deprecated Python 3.7 already.

How was this patch tested?

Pass the CIs.

@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Thank you, @HyukjinKwon !

@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Thank you, @ueshin .

@dongjoon-hyun dongjoon-hyun left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fixing PyPy3 Python 3 issue separately. I'll rebase this PR after merging that PR first.

@dongjoon-hyun dongjoon-hyun marked this pull request as draft May 3, 2023 09:48
@dongjoon-hyun dongjoon-hyun marked this pull request as ready for review May 3, 2023 14:03
@dongjoon-hyun

Copy link
Copy Markdown
Member Author

Rebased to master since #41024 is merged.

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-43347][PYTHON][INFRA] Remove Python 3.7 Support [SPARK-43347][PYTHON] Remove Python 3.7 Support May 3, 2023
@dongjoon-hyun

Copy link
Copy Markdown
Member Author

All tests passed and there is no change in code during rebasing. Merged to master for Apache Spark 3.5.0.
Thank you again, @HyukjinKwon and @ueshin .

@dongjoon-hyun dongjoon-hyun deleted the SPARK-43347 branch May 3, 2023 18:15
LuciferYang pushed a commit to LuciferYang/spark that referenced this pull request May 10, 2023
### What changes were proposed in this pull request?

This PR aims to remove `Python 3.7` Support at Apache Spark 3.5.0.

### Why are the changes needed?

Python 3.7 reaches the end of support on 2023-06-27 and SPARK-39861 deprecated Python 3.7 at Apache Spark 3.4.0.
- https://www.python.org/downloads/

### Does this PR introduce _any_ user-facing change?

Yes, but this change is expected one because SPARK-39861 deprecated Python 3.7 already.

### How was this patch tested?

Pass the CIs.

Closes apache#41023 from dongjoon-hyun/SPARK-43347.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants