Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ jobs:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
framework: [ "toga", "pyside6", "ppb", "pygame" ]
exclude:
# PyGObject cannot be built using the current version of Standalone Python
# See https://github.com/indygreg/python-build-standalone/issues/194
- python-version: "3.12"
framework: "toga"
11 changes: 5 additions & 6 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
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"
{# using 20230826 until indygreg/python-build-standalone#194 is resolved -#}
{{ {
"3.8": 'support_revision = "3.8.17+20230826"',
"3.9": 'support_revision = "3.9.18+20230826"',
"3.10": 'support_revision = "3.10.13+20230826"',
"3.11": 'support_revision = "3.11.5+20230826"',
"3.12": 'support_revision = "3.12.0+20231002"',
"3.8": 'support_revision = "3.8.18+20240107"',
"3.9": 'support_revision = "3.9.18+20240107"',
"3.10": 'support_revision = "3.10.13+20240107"',
"3.11": 'support_revision = "3.11.7+20240107"',
"3.12": 'support_revision = "3.12.1+20240107"',
}.get(cookiecutter.python_version|py_tag, "") }}
# Remove the pieces of the standalone package that we don't need.
cleanup_paths = [
Expand Down