python311Packages.amqp: update disabled

This commit is contained in:
Fabian Affolter 2023-11-06 08:39:41 +01:00 committed by GitHub
parent 82672ae0d5
commit e277b2651e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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