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-54277][INFRA] Make dev/run-tests to ban Python 3.9 and older versions
### What changes were proposed in this pull request?
This PR aims to make `dev/run-tests` to ban Python 3.9 and older versions.
### Why are the changes needed?
This will prevent users from running Python 3.9 and older versions for testing.
```
$ python3 --version
Python 3.9.22
$ ./python/run-tests --python-executable python3
Python versions prior to 3.10 are not supported.
```
### Does this PR introduce _any_ user-facing change?
No behavior change because this is a test change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#52974 from dongjoon-hyun/SPARK-54277.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
0 commit comments