python311Packages.dvc-task: update disabled

This commit is contained in:
Fabian Affolter 2024-03-29 23:45:49 +01:00 committed by GitHub
parent 3fb49b676f
commit 9240c26c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "iterative";