Update Python version from 3.8 to 3.12 (#2375)

This commit is contained in:
Benoist 2025-11-07 16:30:17 +01:00 committed by GitHub
parent 98831a8667
commit 4374cb2168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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