python310Packages.azure-mgmt-cosmosdb: update disabled

This commit is contained in:
Fabian Affolter 2023-05-13 09:50:14 +02:00 committed by GitHub
parent fb86614cd1
commit a88d83e919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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