This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 0b7a537be55 [SPARK-46027][INFRA] Add Python 3.12 to the Daily Python
Github Action job
0b7a537be55 is described below
commit 0b7a537be557032abddf42f143a079889a584c18
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue Nov 21 17:43:39 2023 +0900
[SPARK-46027][INFRA] Add Python 3.12 to the Daily Python Github Action job
### What changes were proposed in this pull request?
This PR aims to enable `Python 3.12` 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.12` test coverage to Apache Spark 4.0.0.
Since SPARK-46020 installed `Python 3.12` into the infra image, what we
need is to add it to the daily job.
- https://github.com/apache/spark/pull/43922
### 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 #43929 from HyukjinKwon/SPARK-46027.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/build_python.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_python.yml
b/.github/workflows/build_python.yml
index 8c31e3be1ce..9b4062abb0d 100644
--- a/.github/workflows/build_python.yml
+++ b/.github/workflows/build_python.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Python-only (master, PyPy 3.8/Python 3.10/Python 3.11)"
+name: "Build / Python-only (master, PyPy 3.8/Python 3.10/Python 3.11/Python
3.12)"
on:
schedule:
@@ -36,7 +36,7 @@ jobs:
hadoop: hadoop3
envs: >-
{
- "PYTHON_TO_TEST": "pypy3,python3.10,python3.11"
+ "PYTHON_TO_TEST": "pypy3,python3.10,python3.11.python3.12"
}
jobs: >-
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]