Skip to content

Commit

Permalink
Bump Standalone Python from 20240726 -> 20240814
Browse files Browse the repository at this point in the history
- 3.12.4 -> 3.12.5
  • Loading branch information
rmartin16 committed Aug 29, 2024
1 parent 503815d commit fbcec85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ app_path = "{{ cookiecutter.formal_name }}.AppDir/usr/app"
app_packages_path = "{{ cookiecutter.formal_name }}.AppDir/usr/app_packages"
support_path = "{{ cookiecutter.formal_name }}.AppDir/usr"
{{ {
"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"',
"3.9": 'support_revision = "3.9.19+20240814"',
"3.10": 'support_revision = "3.10.14+20240814"',
"3.11": 'support_revision = "3.11.9+20240814"',
"3.12": 'support_revision = "3.12.5+20240814"',
}.get(cookiecutter.python_version|py_tag, "") }}
# Remove the pieces of the standalone package that we don't need.
cleanup_paths = [
Expand Down

0 comments on commit fbcec85

Please sign in to comment.