switch CI to python 3.12
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 7 Mar 2024 17:08:18 +0000 (18:08 +0100)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 10 Apr 2024 15:05:56 +0000 (17:05 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
.github/workflows/windows-build-and-test.yml
craftmaster.ini

index 1753a3718c49517cf31450c422eeaeb9e24f3f01..7ce20001e400f029833be19a33c038c60ded9cc6 100644 (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: |
index 095286a8686fa18db96f83f05771641bb83321d8..05187d5505d5432715ecf013206764d7328675ce 100644 (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