python312Packages.humanize: drop support for Python 3.8

Co-authored-by: Luflosi <luflosi@luflosi.de>
This commit is contained in:
Weijia Wang 2024-11-02 20:51:58 +01:00 committed by GitHub
parent b4e73ca4cf
commit 18a1033fc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";