Skip to content

Commit 26468b9

Browse files
committed
Bump expected support revisions and Briefcase target version.
1 parent 2147c69 commit 26468b9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

{{ cookiecutter.format }}/briefcase.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Generated using Python {{ cookiecutter.python_version }}
22
[briefcase]
3-
# This is the start of the new-style dylib era.
4-
target_version = "0.3.16"
3+
# This is the start of the PEP 730 framework era.
4+
target_version = "0.3.20"
55

66
[paths]
77
app_path = "{{ cookiecutter.class_name }}/app"
88
app_packages_path = "{{ cookiecutter.class_name }}/app_packages"
99
info_plist_path = "{{ cookiecutter.class_name }}/{{ cookiecutter.class_name }}-Info.plist"
1010
support_path = "Support"
1111
{{ {
12-
"3.8": "support_revision = 14",
13-
"3.9": "support_revision = 12",
14-
"3.10": "support_revision = 8",
15-
"3.11": "support_revision = 3",
16-
"3.12": "support_revision = 2",
12+
"3.9": "support_revision = 13",
13+
"3.10": "support_revision = 9",
14+
"3.11": "support_revision = 4",
15+
"3.12": "support_revision = 3",
16+
"3.13": "support_revision = 0",
1717
}.get(cookiecutter.python_version|py_tag, "") }}
1818

1919
icon.20 = "{{ cookiecutter.class_name }}/Images.xcassets/AppIcon.appiconset/icon-20.png"

0 commit comments

Comments
 (0)