Skip to content

Commit 8b7226a

Browse files
committedDec 20, 2024·
Dropped 3.7 and 3.8 from ci
2 parents c6fbe50 + 7b14cec commit 8b7226a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
strategy:
4444
matrix:
4545
python-version:
46-
- 3.7
47-
- 3.8
4846
- 3.9
4947
- "3.10"
5048
- 3.11
@@ -90,4 +88,4 @@ jobs:
9088
pytest --cov --cov-fail-under=0 --cov-report xml
9189
codecov
9290
env:
93-
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
91+
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)
Please sign in to comment.