Skip to content

[SPARK-56889][PYTHON][DOCS][FOLLOWUP] Note Python 3.10 support drop in the migration guide - #58320

Open
Yicong-Huang wants to merge 1 commit into
apache:masterfrom
Yicong-Huang:SPARK-56889-migration-guide
Open

[SPARK-56889][PYTHON][DOCS][FOLLOWUP] Note Python 3.10 support drop in the migration guide#58320
Yicong-Huang wants to merge 1 commit into
apache:masterfrom
Yicong-Huang:SPARK-56889-migration-guide

Conversation

@Yicong-Huang

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This is a follow-up to SPARK-56889 (#55914), which dropped Python 3.10 support (PySpark now requires Python >= 3.11 on master). That PR did not add the corresponding entry to the PySpark migration guide. This PR adds a bullet to the "Upgrading from PySpark 4.2 to 4.3" section of python/docs/source/migration_guide/pyspark_upgrade.rst, following the existing precedent for 4.1 (dropped 3.9) and 4.0 (dropped 3.8).

Why are the changes needed?

Dropping a supported Python version is a user-facing change, and the migration guide should record it so users upgrading to the next release know 3.10 is no longer supported, consistent with how prior version drops were documented.

Does this PR introduce any user-facing change?

No. This is a documentation-only change; the actual support drop was made in SPARK-56889.

How was this patch tested?

Documentation-only change. Verified the new bullet matches the existing 4.1/4.0 precedent wording and that python/packaging/classic/setup.py on master already declares python_requires=">=3.11".

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

No.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants