Skip to content

Commit cba5166

Browse files
authored
Merge pull request #14 from CardiacModelling/actions-update
Update pytest.yml
2 parents 8193d0f + 40238da commit cba5166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.7, 3.8, 3.9]
12+
python-version: ['3.10', '3.11', '3.12', '3.13']
1313
steps:
1414
- name: Setup Graphviz
1515
uses: ts-graphviz/setup-graphviz@v1
1616
- name: Checkout repository and submodules
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v4
1818
with:
1919
submodules: recursive
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
@@ -34,6 +34,6 @@ jobs:
3434
- name: Test with pytest
3535
run: |
3636
python -m pytest --cov --cov-config=.coveragerc
37-
- uses: codecov/codecov-action@v1
37+
- uses: codecov/codecov-action@v5
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 commit comments

Comments
 (0)