Skip to content

Commit

Permalink
Pin coverage version for Python 3.8 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
solaluset authored Oct 14, 2024
1 parent df26224 commit de7cec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# tests
coverage==6.2; python_version<'3.7'
coverage==7.2.7; python_version>='3.7' and python_version<'3.8'
coverage==7.6.3; python_version>='3.8'
coverage==7.6.1; python_version>='3.8' and python_version<'3.9'
coverage==7.6.3; python_version>='3.9'
# checks
flake8==7.1.1
mypy==1.11.2
Expand Down

0 comments on commit de7cec8

Please sign in to comment.