Skip to content

Commit

Permalink
Merge pull request #37 from rmartin16/bump-python
Browse files Browse the repository at this point in the history
Bump minor Python versions
  • Loading branch information
freakboy3742 authored Aug 7, 2024
2 parents c994a2c + 41d0c17 commit e1ce060
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 @@ -9,8 +9,8 @@ support_path = "x64/Release"
"3.8": "support_revision = 10",
"3.9": "support_revision = 13",
"3.10": "support_revision = 11",
"3.11": "support_revision = 7",
"3.12": "support_revision = 1",
"3.11": "support_revision = 9",
"3.12": "support_revision = 5",
}.get(cookiecutter.python_version|py_tag, "") }}

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

0 comments on commit e1ce060

Please sign in to comment.