Skip to content

Commit

Permalink
ADD coverage version constraint for Python 3.8 & below
Browse files Browse the repository at this point in the history
  • Loading branch information
sfneal committed Oct 10, 2024
1 parent c3399d0 commit 2ab4d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
colorama==0.4.6
coverage==7.6.2
coverage==7.6.1; python_version<="3.8"
coverage==7.6.2; python_version>="3.9"
green==4.0.2
lxml==5.3.0
parameterized==0.9.0
Expand Down

0 comments on commit 2ab4d39

Please sign in to comment.