python310Packages.google-cloud-automl: update disabled

This commit is contained in:
Fabian Affolter 2022-07-20 18:32:56 +02:00 committed by GitHub
parent ee3b777042
commit 4a554b44b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;