python312Packages.python-utils: drop support for python 3.8

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Weijia Wang
2025-01-01 14:44:18 +01:00
committed by GitHub
parent 04998b35c7
commit 61414276b0

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "WoLpH";