python310Packages.azure-mgmt-eventhub: update disabled

This commit is contained in:
Fabian Affolter 2023-04-20 21:37:11 +02:00 committed by GitHub
parent fbd35e63aa
commit eca7be8524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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