python310Packages.pytest-md-report: raise minimal python version to 3.7
This commit is contained in:
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
version = "0.3.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
||||
Reference in New Issue
Block a user