diff --git a/buildman/component/buildcomponent.py b/buildman/component/buildcomponent.py index dc66dcfa1..72caec215 100644 --- a/buildman/component/buildcomponent.py +++ b/buildman/component/buildcomponent.py @@ -19,7 +19,7 @@ HEARTBEAT_DELTA = datetime.timedelta(seconds=30) HEARTBEAT_TIMEOUT = 10 INITIAL_TIMEOUT = 25 -SUPPORTED_WORKER_VERSIONS = ['0.2', '0.3'] +SUPPORTED_WORKER_VERSIONS = ['0.3'] logger = logging.getLogger(__name__)