diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 2b3e74c..9a7b00a 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -26,7 +26,8 @@ test = [ "pytest ~= 7.4; python_version == \"3.7\"", "pytest ~= 8.1; python_version > \"3.7\"", "pytest-asyncio ~= 0.21", - "pytest-cov ~= 4.1", + "pytest-cov ~= 4.1; python_version == \"3.7\"", + "pytest-cov ~= 5.0; python_version > \"3.7\"", "pytest-xdist ~= 3.5", "ruff ~= 0.2", ]