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

yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new aebd456540 chore(ci): Support Python 3.13 (#4088)
aebd456540 is described below

commit aebd45654049ab3377bed70cc398c5dc733a461c
Author: Yicong Huang <[email protected]>
AuthorDate: Wed Mar 18 14:12:49 2026 -0700

    chore(ci): Support Python 3.13 (#4088)
---
 .asf.yaml                                 | 1 +
 .github/workflows/github-action-build.yml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index fc525b2091..9423b18647 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:
diff --git a/.github/workflows/github-action-build.yml 
b/.github/workflows/github-action-build.yml
index af2a60920d..e2dc6845e0 100644
--- a/.github/workflows/github-action-build.yml
+++ b/.github/workflows/github-action-build.yml
@@ -148,7 +148,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

Reply via email to