You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-55263][PYTHON][INFRA] Upgrade Python linter from 3.11 to 3.12 in CI
### What changes were proposed in this pull request?
Upgrade Python linter from Python 3.11 to Python 3.12 in CI to match the test environment.
### Why are the changes needed?
The CI test environment has been upgraded to use Python 3.12 as the default version, but the Python linter was still using Python 3.11, creating an inconsistency.
### Does this PR introduce _any_ user-facing change?
No. This is an internal CI infrastructure change that does not affect end users.
### How was this patch tested?
CI.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#54042 from Yicong-Huang/SPARK-55263/feat/upgrade-python-linter-to-3.12.
Authored-by: Yicong-Huang <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments