From bd324331e637fbc4eeff3a9d95c2b94d58b15a28 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 11 Feb 2021 14:26:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20dinglehopper:=20Try=20out=20Dron?= =?UTF-8?q?e=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.jsonnet | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 07af8f2..f5ea87f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -16,7 +16,6 @@ local Pipeline(name, image) = { }; [ - Pipeline("python-3-4", "python:3.4"), Pipeline("python-3-5", "python:3.5"), Pipeline("python-3-6", "python:3.6"), Pipeline("python-3-7", "python:3.7"),