python310Packages.google-cloud-monitoring: update disabled

This commit is contained in:
Fabian Affolter 2022-08-12 10:20:17 +02:00 committed by GitHub
parent d65060b9ad
commit 3a108e4580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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