Skip to content

Commit

Permalink
Drop Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Aug 29, 2024
1 parent df7d3a4 commit 958bfab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
framework: [ "toga", "pyside6", "pygame", "console" ]
1 change: 0 additions & 1 deletion {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ app_path = "src/app"
app_requirements_path = "requirements.txt"
support_path = "support"
{{ {
"3.8": 'support_revision = "3.8.19+20240726"',
"3.9": 'support_revision = "3.9.19+20240726"',
"3.10": 'support_revision = "3.10.14+20240726"',
"3.11": 'support_revision = "3.11.9+20240726"',
Expand Down

0 comments on commit 958bfab

Please sign in to comment.