Update python version for gh ci

This commit is contained in:
Kenzzer 2025-10-27 08:53:40 +00:00
parent e4fda1bd78
commit a5285a6699
No known key found for this signature in database
GPG Key ID: 64C3FD4332686DC1

View File

@ -54,9 +54,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 Python dependencies
run: |
python -m pip install --upgrade pip setuptools wheel