nchammas opened a new pull request, #58480: URL: https://github.com/apache/spark/pull/58480
### What changes were proposed in this pull request? 1. Update remaining requirements of Python 3.10+ to instead require Python 3.11+. 2. Drop stale environment variables specifying Python 3.9. ### Why are the changes needed? 1. These seem to be an oversight vs. a deliberate choice. Spark requires Python 3.11 or newer. I don't see a reason to allow 3.10 anywhere. 2. The `docs` job overrides the Python 3.9 env vars with Python 3.12 in a later step. It's confusing to have both specified in the same job when only the latter is what's intended. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI ### Was this patch authored or co-authored using generative AI tooling? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
