Skip to content

Commit

Permalink
Merge pull request #52 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 54edbe1 + 875b02d commit ee070e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
framework: [ "toga", "pyside6", "pygame", "console" ]
# Dropped PySide6 testing since v6.6.2+ seg faults (briefcase#1908)
framework: [ "toga", "pygame", "console" ]
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 = "{{ cookiecutter.formal_name }}.AppDir/usr/app"
app_packages_path = "{{ cookiecutter.formal_name }}.AppDir/usr/app_packages"
support_path = "{{ cookiecutter.formal_name }}.AppDir/usr"
{{ {
"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, "") }}
# Remove the pieces of the standalone package that we don't need.
cleanup_paths = [
Expand Down

0 comments on commit ee070e8

Please sign in to comment.