Skip to content

Commit 3a1e795

Browse files
authored
Update test.yml
1 parent 6161bcc commit 3a1e795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.10", "3.11"]
13+
python-version: ["3.8", "3.10", "3.11"]
1414

1515
steps:
1616
- uses: actions/checkout@v3
@@ -30,4 +30,4 @@ jobs:
3030

3131
- name: Test with pytest
3232
run: |
33-
pytest --cov --cov-report=html
33+
pytest --cov --cov-report=html

0 commit comments

Comments
 (0)