Skip to content

Commit ee070e8

Browse files
authored
Merge pull request #52 from rmartin16/bump-python
Bump Standalone Python from 20240415 -> 20240726
2 parents 54edbe1 + 875b02d commit ee070e8

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
42-
framework: [ "toga", "pyside6", "pygame", "console" ]
42+
# Dropped PySide6 testing since v6.6.2+ seg faults (briefcase#1908)
43+
framework: [ "toga", "pygame", "console" ]

{{ cookiecutter.format }}/briefcase.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Generated using Python {{ cookiecutter.python_version }}
2+
[briefcase]
3+
target_version = "0.3.20"
4+
25
[paths]
36
app_path = "{{ cookiecutter.formal_name }}.AppDir/usr/app"
47
app_packages_path = "{{ cookiecutter.formal_name }}.AppDir/usr/app_packages"
58
support_path = "{{ cookiecutter.formal_name }}.AppDir/usr"
69
{{ {
7-
"3.8": 'support_revision = "3.8.19+20240415"',
8-
"3.9": 'support_revision = "3.9.19+20240415"',
9-
"3.10": 'support_revision = "3.10.14+20240415"',
10-
"3.11": 'support_revision = "3.11.9+20240415"',
11-
"3.12": 'support_revision = "3.12.3+20240415"',
10+
"3.8": 'support_revision = "3.8.19+20240726"',
11+
"3.9": 'support_revision = "3.9.19+20240726"',
12+
"3.10": 'support_revision = "3.10.14+20240726"',
13+
"3.11": 'support_revision = "3.11.9+20240726"',
14+
"3.12": 'support_revision = "3.12.4+20240726"',
1215
}.get(cookiecutter.python_version|py_tag, "") }}
1316
# Remove the pieces of the standalone package that we don't need.
1417
cleanup_paths = [

0 commit comments

Comments
 (0)