From df8115d1be194133f6f190ce5f5eb910ec42bcc3 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 7 Mar 2024 18:08:18 +0100 Subject: [PATCH] switch CI to python 3.12 Signed-off-by: Matthieu Gallien --- .github/workflows/windows-build-and-test.yml | 2 +- craftmaster.ini | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows-build-and-test.yml b/.github/workflows/windows-build-and-test.yml index 1753a3718..7ce20001e 100644 --- a/.github/workflows/windows-build-and-test.yml +++ b/.github/workflows/windows-build-and-test.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.12' - name: Install Craft Master with Nextcloud Client Deps shell: pwsh run: | diff --git a/craftmaster.ini b/craftmaster.ini index 095286a86..05187d550 100644 --- a/craftmaster.ini +++ b/craftmaster.ini @@ -19,8 +19,7 @@ General/MacDeploymentTarget = 10.15 ## This is the location of your python installation. ## This value must be set. -Paths/Python = C:\Python39-x64 -Paths/Python27 = C:\Python27-x64 +Paths/Python = C:\Python312-x64 Compile/BuildType = RelWithDebInfo