Skip to content

Commit 71b6522

Browse files
authored
pin coverage only on 3.8+ (#9410)
they've dropped 3.7 support
1 parent fb2c5aa commit 71b6522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-constraints-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ click==8.1.6
2929
# via black
3030
colorlog==6.7.0
3131
# via nox
32-
coverage==7.2.7
32+
coverage==7.3.0; python_version >= "3.8"
3333
# via pytest-cov
3434
distlib==0.3.7
3535
# via virtualenv

0 commit comments

Comments
 (0)