Skip to content

Commit

Permalink
[SPARK-45980][INFRA] Add Python 3.11 to the Daily Python Github Act…
Browse files Browse the repository at this point in the history
…ion 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 <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
dongjoon-hyun committed Nov 18, 2023
1 parent 17ff951 commit 2055a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

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

on:
schedule:
Expand All @@ -36,7 +36,7 @@ jobs:
hadoop: hadoop3
envs: >-
{
"PYTHON_TO_TEST": "pypy3,python3.10"
"PYTHON_TO_TEST": "pypy3,python3.10,python3.11"
}
jobs: >-
{
Expand Down

0 comments on commit 2055a76

Please sign in to comment.