python311Packages.dvclive: drop support for python 3.8

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
This commit is contained in:
Weijia Wang 2024-03-07 16:24:56 +01:00 committed by GitHub
parent 968dd26b44
commit 3155577f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ buildPythonPackage rec {
version = "3.42.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "iterative";