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: diff --git a/.github/workflows/github-action-build.yml b/.github/workflows/github-action-build.yml index 5264bd454b2..8cd2a74f67a 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