Skip to content

Commit

Permalink
switch CI to python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Apr 10, 2024
1 parent fc9e69e commit df8115d
Show file tree
Hide file tree
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
Expand Up @@ -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: |
Expand Down
3 changes: 1 addition & 2 deletions craftmaster.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit df8115d

Please sign in to comment.