python311Packages.slack-bolt: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-09-01 16:18:33 +02:00
parent 2a01448de1
commit b64f57662d
@@ -25,6 +25,8 @@ buildPythonPackage rec {
version = "1.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "slackapi";
repo = "bolt-python";