python310Packages.google-cloud-asset: update disabled

This commit is contained in:
Fabian Affolter 2022-07-20 18:34:13 +02:00 committed by GitHub
parent 0d742d69e7
commit ce6ca6498f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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