We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae6ba2 commit 8a42fc1Copy full SHA for 8a42fc1
tests/requirements.txt
@@ -1,4 +1,5 @@
1
pytest ==8.3.*
2
-pytest-cov ==5.0.*
+pytest-cov ==5.0.*; python_version < '3.9'
3
+pytest-cov ==6.0.*; python_version >= '3.9'
4
5
twine ==6.0.*
0 commit comments