From 14e49f1b19549ad0117faeccb824b15596634677 Mon Sep 17 00:00:00 2001 From: Hsdi Date: Sun, 15 Mar 2026 11:51:04 +0800 Subject: [PATCH] 3151150 --- .github/workflows/build-exe.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index a791d11..e95b61c 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -8,9 +8,9 @@ permissions: contents: write env: - PYTHON_VERSION: "3.11.9" - PYTHON_DIR: 'C:\Python311' - PYTHON_EXE: 'C:\Python311\python.exe' + PYTHON_VERSION: "3.9.1" + PYTHON_DIR: 'C:\Python391' + PYTHON_EXE: 'C:\Python391\python.exe' jobs: build: