This is an automated email from the ASF dual-hosted git repository.

dongjoon 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 aa00b00c18e6 [SPARK-48115][INFRA] Remove `Python 3.11` from 
`build_python.yml`
aa00b00c18e6 is described below

commit aa00b00c18e6a714dc02e9444576e063c8e49db7
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Fri May 3 14:10:39 2024 -0700

    [SPARK-48115][INFRA] Remove `Python 3.11` from `build_python.yml`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `Python 3.11` from `build_python.yml` Daily CI 
because `Python 3.11` is the main python version in the PR and commit build.
    - https://github.com/apache/spark/actions/workflows/build_python.yml
    
    ### Why are the changes needed?
    
    To reduce GitHub Action usage to meet ASF INFRA policy.
    - https://infra.apache.org/github-actions-policy.html
    
        > The average number of minutes a project uses in any consecutive 
five-day period MUST NOT exceed the equivalent of 30 full-time runners (216,000 
minutes, or 3,600 hours).
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46366 from dongjoon-hyun/SPARK-48115.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .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 2249dd230265..761fd20f0c79 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.9/Python 3.10/Python 3.11/Python 
3.12)"
+name: "Build / Python-only (master, PyPy 3.9/Python 3.10/Python 3.12)"
 
 on:
   schedule:
@@ -28,7 +28,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        pyversion: ["pypy3", "python3.10", "python3.11", "python3.12"]
+        pyversion: ["pypy3", "python3.10", "python3.12"]
     permissions:
       packages: write
     name: Run


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

Reply via email to