python310Packages.azure-mgmt-monitor: update disabled

This commit is contained in:
Fabian Affolter 2022-08-07 16:14:50 +02:00 committed by GitHub
parent 46567bb8a3
commit 9c651f79a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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