From 7171e4a37140239f899e975ced6feb35d52aeb3b Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Tue, 9 Mar 2021 21:54:27 +0100 Subject: [PATCH] Changed buildbot requirements to >=3.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e60d048..d26303b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='buildbot-gitea', long_description_content_type="text/markdown", packages=['buildbot_gitea'], install_requires=[ - "buildbot>=2.9.0,<3.0.0" + "buildbot>=3.0.0" ], entry_points={ "buildbot.webhooks": [