Skip to content

Commit

Permalink
Merge pull request #46 from rmartin16/bump-python
Browse files Browse the repository at this point in the history
Bump Standalone Python from 20240415 -> 20240726
  • Loading branch information
freakboy3742 authored Jul 27, 2024
2 parents e7c8f76 + c1d6f16 commit df7d3a4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Generated using Python {{ cookiecutter.python_version }}
[briefcase]
target_version = "0.3.20"

[paths]
app_path = "src/app"
app_requirements_path = "requirements.txt"
support_path = "support"
{{ {
"3.8": 'support_revision = "3.8.19+20240415"',
"3.9": 'support_revision = "3.9.19+20240415"',
"3.10": 'support_revision = "3.10.14+20240415"',
"3.11": 'support_revision = "3.11.9+20240415"',
"3.12": 'support_revision = "3.12.3+20240415"',
"3.8": 'support_revision = "3.8.19+20240726"',
"3.9": 'support_revision = "3.9.19+20240726"',
"3.10": 'support_revision = "3.10.14+20240726"',
"3.11": 'support_revision = "3.11.9+20240726"',
"3.12": 'support_revision = "3.12.4+20240726"',
}.get(cookiecutter.python_version|py_tag, "") }}


Expand Down

0 comments on commit df7d3a4

Please sign in to comment.