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

yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 47d4d3d774 chore: Drop support for python 3.9 (#4062)
47d4d3d774 is described below

commit 47d4d3d774bed5b6b44260822f99196b71aaf22f
Author: Yicong Huang <[email protected]>
AuthorDate: Tue Nov 18 11:19:09 2025 -0800

    chore: Drop support for python 3.9 (#4062)
    
    ### What changes were proposed in this PR?
    This PR officially removes Python **3.9** support from Texera.
    The changes include:
    - Updating all GitHub Actions workflows to drop Python 3.9 test and
    build matrix entries.
    - Removing Python 3.9 from required CI checks.
    
    ### Any related issues, documentation, discussions?
    resolves #4061.
    
    ### How was this PR tested?
    N/A
    
    ### Was this PR authored or co-authored using generative AI tooling?
    No
---
 .asf.yaml                                 | 1 -
 .github/workflows/github-action-build.yml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 16bcb098ba..c7e617cd9c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -71,7 +71,6 @@ github:
           - frontend (windows-latest, 18)
           - frontend (macos-latest, 18)
           - scala (ubuntu-22.04, 11)
-          - python (ubuntu-latest, 3.9)
           - python (ubuntu-latest, 3.10)
           - python (ubuntu-latest, 3.11)
           - python (ubuntu-latest, 3.12)
diff --git a/.github/workflows/github-action-build.yml 
b/.github/workflows/github-action-build.yml
index c92d6e16d0..e2abe06d88 100644
--- a/.github/workflows/github-action-build.yml
+++ b/.github/workflows/github-action-build.yml
@@ -128,7 +128,7 @@ jobs:
     strategy:
       matrix:
         os: [ ubuntu-latest ]
-        python-version: [ '3.9', '3.10', '3.11', '3.12' ]
+        python-version: [ '3.10', '3.11', '3.12' ]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Checkout Texera

Reply via email to