-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from beeware/macos-fat-binary
Add backfill wheels for older macOS releases
- Loading branch information
Showing
12 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
- "windows-app" | ||
- "iOS" | ||
- "android" | ||
python-version: [ "3.8", "3.9", "3.10", "3.11" ] | ||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] | ||
include: | ||
- runs-on: ubuntu-latest | ||
- pre-command: | ||
|
@@ -87,12 +87,16 @@ jobs: | |
briefcase-run-args: " -d '{\"avd\":\"beePhone\"}' --Xemulator=-no-window --Xemulator=-no-snapshot --Xemulator=-no-audio --Xemulator=-no-boot-anim --shutdown-on-exit" | ||
|
||
exclude: | ||
# Binary packages aren't available for 3.11 on mobile yet | ||
# Binary packages aren't available for 3.11+ on Android yet | ||
- backend: "android" | ||
python-version: "3.11" | ||
|
||
- backend: "iOS" | ||
python-version: "3.11" | ||
- backend: "android" | ||
python-version: "3.12" | ||
|
||
# Support packages for Flatpak aren't available for 3.12+ on Linux yet | ||
- backend: "linux-flatpak" | ||
python-version: "3.12" | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ __pycache__/ | |
*.dist-info/ | ||
build/ | ||
logs/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.