python310Packages.google-cloud-securitycenter: update disabled

This commit is contained in:
Fabian Affolter 2023-01-25 09:24:53 +01:00 committed by GitHub
parent 15944af6c5
commit b7c4364f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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