Skip to content

Commit

Permalink
Bump Standalone Python & Re-enable PySide6 for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Oct 26, 2024
1 parent 0a8381e commit 83ef91b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ jobs:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
framework: [ "toga", "pyside6", "pygame", "console" ]
exclude:
# PySide6 doesn't support Python 3.13 yet
- python-version: 3.13
framework: pyside6
10 changes: 5 additions & 5 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ app_path = "src/app"
app_requirements_path = "requirements.txt"
support_path = "support"
{{ {
"3.9": 'support_revision = "3.9.20+20241008"',
"3.10": 'support_revision = "3.10.15+20241008"',
"3.11": 'support_revision = "3.11.10+20241008"',
"3.12": 'support_revision = "3.12.7+20241008"',
"3.13": 'support_revision = "3.13.0+20241008"',
"3.9": 'support_revision = "3.9.20+20241016"',
"3.10": 'support_revision = "3.10.15+20241016"',
"3.11": 'support_revision = "3.11.10+20241016"',
"3.12": 'support_revision = "3.12.7+20241016"',
"3.13": 'support_revision = "3.13.0+20241016"',
}.get(cookiecutter.python_version|py_tag, "") }}


Expand Down

0 comments on commit 83ef91b

Please sign in to comment.