1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-31 20:52:18 +01:00

Upgrade Python version in CI

This commit is contained in:
Nick Hastings 2023-11-18 21:17:56 -05:00
parent 1489f33b25
commit c5456647c1

View File

@ -53,9 +53,9 @@ jobs:
# Setup Python for AMBuild # Setup Python for AMBuild
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
name: Setup Python 3.8 name: Setup Python 3.12
with: with:
python-version: 3.8 python-version: 3.12
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |
python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade pip setuptools wheel