From 7ef665c679533cffcbf9685c9bdfbbf289d6527c Mon Sep 17 00:00:00 2001 From: Matthew Ball Date: Tue, 17 Mar 2026 19:59:16 -0700 Subject: [PATCH] added python 3.13 to workflow for testing purposes --- .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 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