From c5456647c10da6847a2be88e861d21e479e39ae7 Mon Sep 17 00:00:00 2001 From: Nick Hastings <nshastings@gmail.com> Date: Sat, 18 Nov 2023 21:17:56 -0500 Subject: [PATCH] Upgrade Python version in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf233c2..5bf437e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,9 +53,9 @@ jobs: # Setup Python for AMBuild - uses: actions/setup-python@v4 - name: Setup Python 3.8 + name: Setup Python 3.12 with: - python-version: 3.8 + python-version: 3.12 - name: Install Python dependencies run: | python -m pip install --upgrade pip setuptools wheel