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 49cc081936c [SPARK-45960][INFRA] Add Python 3.10 to the Daily Python 
Github Action job
49cc081936c is described below

commit 49cc081936c1bae7abfe36b64941c243aca769a2
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Fri Nov 17 08:40:06 2023 +0900

    [SPARK-45960][INFRA] Add Python 3.10 to the Daily Python Github Action job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to enable `Python 3.10` 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.10` test coverage to Apache Spark 4.0.0.
    
    Since SPARK-45953 installed `Python 3.10` into the infra image, what we 
need is to add it to the daily job.
    - #43840
    
    ### 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 #43847 from dongjoon-hyun/SPARK-45960.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 .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 04b46ffca67..f89f13c2bba 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)"
+name: "Build / Python-only (master, PyPy 3.8/Python 3.10)"
 
 on:
   schedule:
@@ -36,7 +36,7 @@ jobs:
       hadoop: hadoop3
       envs: >-
         {
-          "PYTHON_TO_TEST": "pypy3"
+          "PYTHON_TO_TEST": "pypy3,python3.10"
         }
       jobs: >-
         {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to