Skip to content

Commit

Permalink
Merge pull request #51 from beeware/support-bump
Browse files Browse the repository at this point in the history
Bump support package revisions.
  • Loading branch information
freakboy3742 committed Sep 10, 2024
2 parents cf12343 + 4ee60dd commit 24e04f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.python-version
.vscode
.idea
stub/build
stub/logs
10 changes: 5 additions & 5 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ entitlements_path = "{{ cookiecutter.class_name }}/{{ cookiecutter.app_name }}.e

support_path = "Support"
{{ {
"3.9": "support_revision = 13",
"3.10": "support_revision = 9",
"3.11": "support_revision = 4",
"3.12": "support_revision = 3",
"3.13": "support_revision = 0",
"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",
}.get(cookiecutter.python_version|py_tag, "") }}
cleanup_paths = [
]
Expand Down

0 comments on commit 24e04f8

Please sign in to comment.