Skip to content

Commit

Permalink
Merge pull request #147 from rmartin16/drop-3.8
Browse files Browse the repository at this point in the history
Drop Python 3.8 support
  • Loading branch information
freakboy3742 committed Aug 29, 2024
2 parents 3e6fc16 + 901bc6e commit d102cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
branches:
- main

# Cancel active CI runs for a PR before starting another run
concurrency:
group: ${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
Expand Down Expand Up @@ -56,7 +57,6 @@ jobs:
framework: [ "toga", "pyside6", "pygame" ]
runner-os: [ "macos-latest", "ubuntu-22.04", "windows-latest" ]


verify-apps:
name: Build app
needs: unit-tests
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
Expand Down

0 comments on commit d102cf7

Please sign in to comment.