diff --git a/.asf.yaml b/.asf.yaml index fc525b20913..9423b186479 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 af2a60920d5..e2dc6845e0f 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