python311Packages.dvclive: drop support for python 3.8
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
This commit is contained in:
co-authored by
OTABI Tomoya
parent
968dd26b44
commit
3155577f36
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
version = "3.42.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
|
||||
Reference in New Issue
Block a user