From a2c288565176ec4d0eb550e67ab879b91bf797d8 Mon Sep 17 00:00:00 2001 From: CBYellowstone Date: Fri, 15 Dec 2023 10:38:43 +0800 Subject: [PATCH] Update Python version to 3.11 --- .github/workflows/pyInstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyInstaller.yml b/.github/workflows/pyInstaller.yml index 455b727..c3657e3 100644 --- a/.github/workflows/pyInstaller.yml +++ b/.github/workflows/pyInstaller.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python 3.10 + - name: Set up Python 3.11 uses: actions/setup-python@v3 with: - python-version: '3.10' + python-version: '3.11' architecture: 'x64' cache: 'pip' - name: Display Python version