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

yiconghuang pushed a commit to branch chore/dep/drop-support-for-python-3.9
in repository https://gitbox.apache.org/repos/asf/texera.git

commit bb2b8adbb3b29d8e66c3426817c49ba5e9bf64de
Author: Yicong Huang <[email protected]>
AuthorDate: Sun Nov 16 23:17:19 2025 -0800

    chore: drop support for python 3.9
---
 .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