From e14b10b3ec72f7c03d5cb4f6c913cd30fd5ee1dd Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 17 May 2023 09:31:00 -0500 Subject: [PATCH] Update the bundles to use Python 3.11 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 42ca5492..97739207 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -41,7 +41,7 @@ jobs: fail-fast: true matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] - python-version: ["3.9"] + python-version: ["3.11"] env: PYTHON_VERSION: ${{ matrix.python-version }}