From bb2b8adbb3b29d8e66c3426817c49ba5e9bf64de Mon Sep 17 00:00:00 2001 From: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:17:19 -0800 Subject: [PATCH] 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 16bcb098bad..c7e617cd9c9 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 c92d6e16d0b..e2abe06d88c 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