Skip to content

Commit

Permalink
Upgrade Python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Nov 19, 2023
1 parent 1489f33 commit c545664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit c545664

Please sign in to comment.