Use newer coverage on 3.10+
This commit is contained in:
parent
e17c4fbe70
commit
724f526604
|
@ -1,6 +1,7 @@
|
|||
attribution==1.5.2
|
||||
black==22.8.0
|
||||
coverage[toml]==6.2
|
||||
coverage[toml]==6.2; python_version < "3.10"
|
||||
coverage==6.4.4; python_version >= "3.10"
|
||||
flake8==5.0.4
|
||||
flit==3.7.1
|
||||
mypy==0.971
|
||||
|
|
Loading…
Reference in New Issue