Bump python from 3.8 to 3.9

This commit is contained in:
Kenzzer 2025-04-03 14:06:58 +00:00
parent 6dd35916ff
commit e9f83a8c2f
No known key found for this signature in database
GPG Key ID: BD2A655EB5DC87A9
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -534,7 +534,6 @@ class SMConfig(object):
binary.sources += [ os.path.join(public_path, 'CDetour', 'detours.cpp') ]
binary.compiler.cxxincludes += [ os.path.join(public_path, 'safetyhook', 'include') ]
#help(self.libsafetyhook)
for task in self.libsafetyhook:
if task.target.arch == binary.compiler.target.arch:
if task.target.platform == 'windows':