python313Packages.pytest-md-report: update disabled

This commit is contained in:
Fabian Affolter
2025-01-13 11:11:39 +01:00
parent 2fcd798e82
commit 956d259f04
@@ -17,7 +17,7 @@ buildPythonPackage rec {
version = "0.6.3";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
pname = "pytest_md_report";