Skip to content

Commit 2055a76

Browse files
committed
[SPARK-45980][INFRA] Add Python 3.11 to the Daily Python Github Action job
### What changes were proposed in this pull request? This PR aims to enable `Python 3.11` testing in the following daily `Python-only` Github Action job. https://github.com/apache/spark/actions/workflows/build_python.yml ### Why are the changes needed? To provide `Python 3.11` test coverage to Apache Spark 4.0.0. Since SPARK-45953 installed `Python 3.11` into the infra image, what we need is to add it to the daily job. - #43877 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? We need to validate this in the daily GitHub Action job. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43878 from dongjoon-hyun/SPARK-45980. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 17ff951 commit 2055a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: "Build / Python-only (master, PyPy 3.8/Python 3.10)"
20+
name: "Build / Python-only (master, PyPy 3.8/Python 3.10/Python 3.11)"
2121

2222
on:
2323
schedule:
@@ -36,7 +36,7 @@ jobs:
3636
hadoop: hadoop3
3737
envs: >-
3838
{
39-
"PYTHON_TO_TEST": "pypy3,python3.10"
39+
"PYTHON_TO_TEST": "pypy3,python3.10,python3.11"
4040
}
4141
jobs: >-
4242
{

0 commit comments

Comments
 (0)