python311Packages.slack-bolt: disable on unsupported Python releases
This commit is contained in:
@@ -25,6 +25,8 @@ buildPythonPackage rec {
|
||||
version = "1.18.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "slackapi";
|
||||
repo = "bolt-python";
|
||||
|
||||
Reference in New Issue
Block a user