From 4374cb21683e4da31825ae6eaf0b3c5fb7391960 Mon Sep 17 00:00:00 2001 From: Benoist <14257866+Kenzzer@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:30:17 +0100 Subject: [PATCH] Update Python version from 3.8 to 3.12 (#2375) --- .github/workflows/scripting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripting.yml b/.github/workflows/scripting.yml index 760e3d0d9..96ecba37a 100644 --- a/.github/workflows/scripting.yml +++ b/.github/workflows/scripting.yml @@ -31,9 +31,9 @@ jobs: # Setup Python for AMBuild - uses: actions/setup-python@v6 - name: Setup Python 3.8 + name: Setup Python 3.12 with: - python-version: 3.8 + python-version: 3.12 - name: Install AMBuild run: | python -m pip install --upgrade pip setuptools wheel