Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 2, 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.

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
Member Author

Thank you, @HyukjinKwon !

@dongjoon-hyun
Copy link
Member Author

Thank you, @ueshin .

Copy link
Member Author

@dongjoon-hyun dongjoon-hyun left a comment

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
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
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
3 participants