Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
Test with Python 3.12
  • Loading branch information
adtzlr committed Jan 17, 2024
1 parent f2cc302 commit 83cfaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/setup-python@v4
with:
Expand All @@ -26,4 +26,4 @@ jobs:
tox -- --cov hyperelastic --cov-report xml --cov-report term
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: ${{ matrix.python-version == '3.11' }}
if: ${{ matrix.python-version == '3.12' }}

0 comments on commit 83cfaf8

Please sign in to comment.