python311Packages.azure-mgmt-signalr: update disabled

This commit is contained in:
Fabian Affolter 2023-05-16 11:33:44 +02:00 committed by GitHub
parent c4d619df10
commit eed97cb599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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