We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 160caf7 + 003af74 commit 8fa489bCopy full SHA for 8fa489b
requirements/_tests.txt
@@ -1,5 +1,6 @@
1
coverage ==7.2.7; python_version < '3.8'
2
-coverage ==7.10.*; python_version >= '3.8'
+coverage ==7.10.*; python_version >= '3.8' and python_version < '3.10'
3
+coverage ==7.11.*; python_version >= '3.10'
4
pytest ==7.4.3; python_version < '3.8'
5
pytest ==8.4.*; python_version >= '3.8'
6
pytest-cov ==7.0.0
0 commit comments