From 18a1033fc8fa4f4905c7807d178e50135b8b3c99 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:51:58 +0100 Subject: [PATCH] python312Packages.humanize: drop support for Python 3.8 Co-authored-by: Luflosi --- pkgs/development/python-modules/humanize/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/humanize/default.nix b/pkgs/development/python-modules/humanize/default.nix index 992eb3a859e6..e8fba82004d1 100644 --- a/pkgs/development/python-modules/humanize/default.nix +++ b/pkgs/development/python-modules/humanize/default.nix @@ -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";