mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Update Python version from 3.8 to 3.12 (#2375)
This commit is contained in:
parent
98831a8667
commit
4374cb2168
4
.github/workflows/scripting.yml
vendored
4
.github/workflows/scripting.yml
vendored
@ -31,9 +31,9 @@ jobs:
|
|||||||
|
|
||||||
# Setup Python for AMBuild
|
# Setup Python for AMBuild
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
name: Setup Python 3.8
|
name: Setup Python 3.12
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.12
|
||||||
- name: Install AMBuild
|
- name: Install AMBuild
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user