python311Packages.lightning-utilities: mark as broken for python3.12

This commit is contained in:
Gaetan Lepage 2024-05-06 15:06:12 +02:00
parent bd3f131e73
commit 8429b7d6c0
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonAtLeast
# build
, setuptools
@ -74,5 +75,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Lightning-AI/utilities";
license = licenses.asl20;
maintainers = with maintainers; [ GaetanLepage ];
broken = pythonAtLeast "3.12";
};
}