Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jun 4, 2024

What changes were proposed in this pull request?

This PR aims to fix Black target version to Python 3.9.

Why are the changes needed?

Since SPARK-47993 dropped Python 3.8 support officially at Apache Spark 4.0.0, we had better update target version to Python 3.9.

py39 is the version for Python 3.9.

$ black --help  | grep target
  -t, --target-version [py33|py34|py35|py36|py37|py38|py39|py310|py311|py312]

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs with Python linter.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the BUILD label Jun 4, 2024
@dongjoon-hyun
Copy link
Member Author

Could you review this PR, @huaxingao ?

Copy link
Contributor

@huaxingao huaxingao left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the PR!

@dongjoon-hyun
Copy link
Member Author

Thank you, @huaxingao !

@dongjoon-hyun
Copy link
Member Author

Python linter passed. Merged to master.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-48531 branch June 4, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants