Skip to content

Commit

Permalink
Bump minor Python versions to their latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Jan 8, 2024
1 parent 5bf1321 commit f2cf5c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
app_path = "x64/Release/app"
app_packages_path = "x64/Release/app_packages"
support_path = "x64/Release"
{# Minor versions for 3.8, 3.9, and 3.10 cannot be bumped further -#}
{# since Python is not hosting embeddable zipped versions of them -#}
{{ {
"3.8": "support_revision = 10",
"3.9": "support_revision = 13",
"3.10": "support_revision = 11",
"3.11": "support_revision = 5",
"3.12": "support_revision = 0",
"3.11": "support_revision = 7",
"3.12": "support_revision = 1",
}.get(cookiecutter.python_version|py_tag, "") }}

icon = "{{ cookiecutter.formal_name }}/icon.ico"

0 comments on commit f2cf5c5

Please sign in to comment.