Skip to content

Commit bcf8a7f

Browse files
committed
python312Packages.radish-bdd: disable 3.9 and older since it breaks
1 parent e452528 commit bcf8a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/radish-bdd/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
version = "0.17.1";
2222
format = "setuptools";
2323

24-
disabled = pythonOlder "3.7";
24+
disabled = pythonOlder "3.10";
2525

2626
src = fetchFromGitHub {
2727
owner = pname;

0 commit comments

Comments
 (0)