From bcb3caf2ca7a7c15092927cc4a28938aa9577bae Mon Sep 17 00:00:00 2001 From: PaulZC Date: Tue, 17 Dec 2024 14:15:51 +0000 Subject: [PATCH] Switch to Python 3.12 for pyinstaller --- .github/workflows/build-linux.yml | 2 +- .github/workflows/build-macos.yml | 2 +- .github/workflows/build-python.yml | 2 +- .github/workflows/build-windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 0cfdf9f..0ea363f 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' # Setup python - name: System Setup diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 7490ab1..2bb3007 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' # Setup python - name: System Setup diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index 07dcabd..af09114 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' # Setup python - name: System Setup diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index cdcf764..5c0b1b2 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' # Setup python - name: System Setup