Skip to content

Commit e0d3d7b

Browse files
committed
Update gh actions
1 parent 9b35f4d commit e0d3d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- name: Checkout source code
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install tox tox-gh-actions
2929
3030
- name: Run tox
31-
run: tox
31+
run: tox -v
3232

3333
- name: Upload coverage reports to Codecov
3434
uses: codecov/[email protected]

0 commit comments

Comments
 (0)