From 03312da6ee354bc5f8e0e0832ce45c180907d544 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:57:48 +0800 Subject: [PATCH] Update Python to 12 for Nuitka --- .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 740ecf7..ea09aeb 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.11' + python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip