Skip to content

Commit

Permalink
Update Runners and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Sep 4, 2024
1 parent 02637e2 commit 2879f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
include:
- os: ubuntu-latest
python-version: 3.8
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run tests
run: |
pytest -n 2 --cov=deapi
pytest -n 2 --cov
- name: Generate line coverage
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 2879f85

Please sign in to comment.