Unverified Commit 18a1033f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.humanize: drop support for Python 3.8



Co-authored-by: default avatarLuflosi <luflosi@luflosi.de>
parent b4e73ca4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  version = "4.11.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "python-humanize";