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