python312Packages.python-utils: drop support for python 3.8
Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
version = "3.9.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "WoLpH";
|
||||
|
||||
Reference in New Issue
Block a user