[GH-1956][GH-1957] Drop support for Spark 3.3 and Python 3.7#1958
Merged
Conversation
jiayuasu
approved these changes
May 27, 2025
petern48
added a commit
to petern48/sedona
that referenced
this pull request
Jun 25, 2025
jiayuasu
pushed a commit
that referenced
this pull request
Jun 25, 2025
…asy to setup dev environment (#2011) * Update to java 11 * export a SPARK_VERSION env var for convenience * Add instrs to install spark (missing before) * Change 'xxx' to '*' so the command runs if the reader copy-paste it * Fix numbering and make sure they're all on a separate line * Move brew install geo to a separate line * Bump python version to 3.8+ (PR #1958) * Add make checkinstall instruction to docs
jiayuasu
pushed a commit
that referenced
this pull request
Jun 25, 2025
…asy to setup dev environment (#2011) * Update to java 11 * export a SPARK_VERSION env var for convenience * Add instrs to install spark (missing before) * Change 'xxx' to '*' so the command runs if the reader copy-paste it * Fix numbering and make sure they're all on a separate line * Move brew install geo to a separate line * Bump python version to 3.8+ (PR #1958) * Add make checkinstall instruction to docs
Kontinuation
pushed a commit
to Kontinuation/sedona
that referenced
this pull request
Jan 21, 2026
…asy to setup dev environment (apache#2011) * Update to java 11 * export a SPARK_VERSION env var for convenience * Add instrs to install spark (missing before) * Change 'xxx' to '*' so the command runs if the reader copy-paste it * Fix numbering and make sure they're all on a separate line * Move brew install geo to a separate line * Bump python version to 3.8+ (PR apache#1958) * Add make checkinstall instruction to docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Is this PR related to a ticket?
[GH-XXX] my subject.Resolves Drop support for Spark 3.3 #1956, Resolves Drop support for Python 3.7 #1957
What changes were proposed in this PR?
Drop support for Spark 3.3 and Python 3.7, which both went EOL in 2023.
How was this patch tested?
Existing tests and updated CI
Did this PR include necessary documentation updates?
Haven't checked the docs yet to see if there's any description of supported Spark or Python versions