Skip to content

Commit

Permalink
Build Windows and macOS installers with Python 3.11 (#1769)
Browse files Browse the repository at this point in the history
* Build Windows installer with Python 3.11
* Build macOS installer with Python 3.11
  • Loading branch information
iakov authored Aug 31, 2024
1 parent 5de57ee commit 5867457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
build: true
build_installer: false
qmake_extra: "CONFIG+=tests CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent CONFIG+=warn_off"
trik-python3-version-minor: "11"

build-macos-debug-tests:
needs: lint
Expand All @@ -65,6 +66,7 @@ jobs:
build_installer: false
config: debug
qmake_extra: "CONFIG+=warn_off CONFIG+=tests CONFIG+=noPch CONFIG+=ccache CONFIG+=silent CONFIG+=small_debug_info CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
trik-python3-version-minor: "11"

build-macos-installer:
needs: [build-macos-debug-tests, build-macos-release-tests]
Expand All @@ -75,5 +77,6 @@ jobs:
build: true
build_installer: true
qmake_extra: " CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent CONFIG+=warn_off"
trik-python3-version-minor: "11"
tests: true
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/windows_build_with_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
- qt-version: '5.12'
mingw-version: '7.3'
mingw-short-version: '73'
python-version: '3.8'
python-version: '3.11'
mingw-bitness: '64'
deploy-installer: true

- qt-version: '5.15'
mingw-version: '8.1'
mingw-bitness: '64'
mingw-short-version: '81'
python-version: '3.8'
python-version: '3.11'
# deploy-installer: true


Expand Down

0 comments on commit 5867457

Please sign in to comment.