switch CI to python 3.12

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-03-07 18:08:18 +01:00 committed by Matthieu Gallien
parent fc9e69e884
commit df8115d1be
2 changed files with 2 additions and 3 deletions

View File

@ -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: |

View File

@ -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