From 365b638eab9da2ad801549a9f69e4146181303cf Mon Sep 17 00:00:00 2001 From: matthewfallan <31744230+matthewfallan@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:28:06 -0500 Subject: [PATCH] Update Python version to 3.13 --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 22aa3a02..bf9cdc0d 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -34,7 +34,7 @@ jobs: if: matrix.platform == 'ubuntu-latest' uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.13 - name: Install pyenv (macOS only) if: matrix.platform == 'macos-latest'