Skip to content

Commit

Permalink
Merge pull request #40 from beeware/support-bump
Browse files Browse the repository at this point in the history
Bump support revisions for Py 3.12 and 3.13.
  • Loading branch information
freakboy3742 authored Oct 9, 2024
2 parents 4645d98 + d5532eb commit 37a9ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ support_path = "Support"
"3.9": "support_revision = 14",
"3.10": "support_revision = 10",
"3.11": "support_revision = 5",
"3.12": "support_revision = 4",
"3.13": "support_revision = 1",
"3.12": "support_revision = 5",
"3.13": "support_revision = 2",
}.get(cookiecutter.python_version|py_tag, "") }}

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

0 comments on commit 37a9ea7

Please sign in to comment.