Skip to content

Commit

Permalink
Update support revisions, and add 3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 30, 2023
1 parent 4e3b3aa commit 4a3823e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
python-source: [ "github", "winstore" ]
# PySide2 and PySide6 produce very long paths that can't be packaged
# by WiX. Disable these targets until the problem has been fixed.
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
.vscode
.idea
venv/
stub/windows/
stub/briefcase.*.log
stub/build/
stub/dist/
stub/logs/
3 changes: 2 additions & 1 deletion {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ support_path = "x64/Release"
"3.8": "support_revision = 10",
"3.9": "support_revision = 13",
"3.10": "support_revision = 11",
"3.11": "support_revision = 3",
"3.11": "support_revision = 5",
"3.12": "support_revision = 1",
}.get(cookiecutter.python_version|py_tag, "") }}

icon = "{{ cookiecutter.formal_name }}/icon.ico"

0 comments on commit 4a3823e

Please sign in to comment.