From b53004421a1047cd84ec0e40f3f29379bf6b54af Mon Sep 17 00:00:00 2001 From: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:05:58 -0800 Subject: [PATCH 1/2] chore: add ci for python 3.13 --- .github/workflows/github-action-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-action-build.yml b/.github/workflows/github-action-build.yml index fabf68053ec..4dfc332d1d4 100644 --- a/.github/workflows/github-action-build.yml +++ b/.github/workflows/github-action-build.yml @@ -131,7 +131,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ '3.10', '3.11', '3.12' ] + python-version: [ '3.10', '3.11', '3.12', '3.13' ] runs-on: ${{ matrix.os }} steps: - name: Checkout Texera From 71a4d5ec8d6925364d3c6b9f32c3f66a6b55f8b8 Mon Sep 17 00:00:00 2001 From: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:06:11 -0800 Subject: [PATCH 2/2] chore: require ci python 3.13 to pass --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index c7e617cd9c9..7f04f85c420 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -74,6 +74,7 @@ github: - python (ubuntu-latest, 3.10) - python (ubuntu-latest, 3.11) - python (ubuntu-latest, 3.12) + - python (ubuntu-latest, 3.13) - Check License Headers - Validate PR title required_pull_request_reviews: