Skip to content

Commit 92cf810

Browse files
committed
Update pyproject to new briefcase format, and drop Py3.8 support.
1 parent 69856df commit 92cf810

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- "windows-app"
4646
- "iOS"
4747
- "android"
48-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev" ]
48+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13-dev" ]
4949
include:
5050
- runs-on: ubuntu-latest
5151
- pre-command:
@@ -109,6 +109,8 @@ jobs:
109109
# Binary packages aren't available for 3.12+ on Android yet
110110
- backend: android
111111
python-version: "3.12"
112+
- backend: android
113+
python-version: "3.13-dev"
112114

113115
steps:
114116
- name: Checkout

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project_name = "Testbed"
33
bundle = "org.beeware"
44
version = "0.0.1"
55
url = "https://beeware.org"
6-
license = "BSD license"
6+
license.file = "LICENSE"
77
author = 'Russell Keith-Magee'
88
author_email = "[email protected]"
99

@@ -36,10 +36,11 @@ requires = [
3636
"rubicon-objc",
3737
"std-nslog",
3838
]
39-
# support_package = "../Python-Apple-support/dist/Python-3.8-macOS-support.custom.tar.gz"
39+
# support_package = "../Python-Apple-support/dist/Python-3.13-macOS-support.custom.tar.gz"
4040

4141
[tool.briefcase.app.testbed.macOS.app]
4242
# template = "../../templates/briefcase-macOS-app-template"
43+
# stub_binary = "../../templates/briefcase-macOS-Xcode-template/stub/build/gui-stub/macos/xcode/build/Release/GUI Stub.app/Contents/MacOS/GUI Stub"
4344

4445
[tool.briefcase.app.testbed.macOS.Xcode]
4546
# template = "../../templates/briefcase-macOS-Xcode-template"
@@ -92,7 +93,7 @@ requires = [
9293
"rubicon-objc",
9394
"std-nslog",
9495
]
95-
# support_package = "../Python-Apple-support/dist/Python-3.8-iOS-support.custom.tar.gz"
96+
# support_package = "../Python-Apple-support/dist/Python-3.13-iOS-support.custom.tar.gz"
9697
# template = "../../templates/briefcase-iOS-Xcode-template"
9798

9899
[tool.briefcase.app.testbed.android]

0 commit comments

Comments
 (0)