python312Packages.radish-bdd: disable 3.9 and older since it breaks

This commit is contained in:
fliiiix 2024-11-09 19:21:03 +01:00
parent e4525288a6
commit bcf8a7f4e0

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
version = "0.17.1";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = pname;