Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch CI to python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
mgallien committed Mar 7, 2024
1 parent ffffc89 commit 0874b0f
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-and-test.yml
Original file line number Diff line number Diff line change
@@ -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: |
3 changes: 1 addition & 2 deletions craftmaster.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0874b0f

Please sign in to comment.