Skip to content

Commit

Permalink
Merge pull request #36 from rmartin16/bump-python
Browse files Browse the repository at this point in the history
 Bump Python from 20240107 to 20240224
  • Loading branch information
freakboy3742 authored Feb 25, 2024
2 parents 57b87d9 + 8bef672 commit e3971f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
# PySide6 and PPB aren't known to work on Linux Flatpak
framework: [ "toga", "pygame" ]
framework: [ "toga", "pyside6", "ppb", "pygame" ]
10 changes: 5 additions & 5 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ app_path = "src/app"
app_requirements_path = "requirements.txt"
support_path = "support"
{{ {
"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"',
"3.8": 'support_revision = "3.8.18+20240224"',
"3.9": 'support_revision = "3.9.18+20240224"',
"3.10": 'support_revision = "3.10.13+20240224"',
"3.11": 'support_revision = "3.11.8+20240224"',
"3.12": 'support_revision = "3.12.2+20240224"',
}.get(cookiecutter.python_version|py_tag, "") }}


Expand Down

0 comments on commit e3971f9

Please sign in to comment.