From e9f83a8c2fe747820254f8456c400aaf35ef5f6f Mon Sep 17 00:00:00 2001 From: Kenzzer <14257866+kenzzer@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:06:58 +0000 Subject: [PATCH] Bump python from 3.8 to 3.9 --- .github/workflows/ci.yml | 4 ++-- AMBuildScript | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 094a745a9..7c2399726 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/AMBuildScript b/AMBuildScript index e597b1d2e..1baeb1e94 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -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':