From 2ca064d11164151fce50dfc9b9a20154e4deb9e1 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:24:05 +0800 Subject: [PATCH] Revert back to 3.10 as 3.11 and 3.12 failed --- .github/workflows/compile-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index ea09aeb..acc87ef 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -64,7 +64,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.10' - name: Install dependencies run: | python -m pip install --upgrade pip