mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +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
|
||||
- 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user