From da493a88ea3f8f3247d82d6c7b6b7fef816a46e0 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 12 Jan 2026 23:06:35 -0600 Subject: [PATCH] change: Update python version to latest 3.13 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35adceba..7e0bf808 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Get python interpreter uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.13' - name: Install python packages run: python -m pip install -r requirements.txt