Skip to content

Commit 155caa2

Browse files
authored
Drop Python 3.9, add 3.14. (#59)
1 parent a812255 commit 155caa2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
41+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
4242
framework: [ "toga" ]

{{ cookiecutter.format }}/briefcase.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ app_packages_path = "{{ cookiecutter.class_name }}/app_packages"
99
info_plist_path = "{{ cookiecutter.class_name }}/{{ cookiecutter.class_name }}-Info.plist"
1010
support_path = "Support"
1111
{{ {
12-
"3.9": "support_revision = 16",
1312
"3.10": "support_revision = 12",
1413
"3.11": "support_revision = 7",
1514
"3.12": "support_revision = 7",
16-
"3.13": "support_revision = 9",
17-
"3.14": "support_revision = 5",
15+
"3.13": "support_revision = 10",
16+
"3.14": "support_revision = 6",
1817
}.get(cookiecutter.python_version|py_tag, "") }}
1918

2019
icon.20 = "{{ cookiecutter.class_name }}/Images.xcassets/AppIcon.appiconset/icon-20.png"

0 commit comments

Comments
 (0)