This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/ci/support-python-3.13 in repository https://gitbox.apache.org/repos/asf/texera.git
commit b53004421a1047cd84ec0e40f3f29379bf6b54af Author: Yicong Huang <[email protected]> AuthorDate: Fri Nov 28 17:05:58 2025 -0800 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 fabf68053e..4dfc332d1d 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
