From edc24cd4db36f9c8c600b694fe6c80a33ff0cd65 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 3 Mar 2022 16:35:26 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8F=20DroneCI:=20Build=20on=20Py?= =?UTF-8?q?thon=203.6=20=E2=86=92=203.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index f5ea87f..2468bba 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -16,9 +16,9 @@ local Pipeline(name, image) = { }; [ - Pipeline("python-3-5", "python:3.5"), Pipeline("python-3-6", "python:3.6"), Pipeline("python-3-7", "python:3.7"), Pipeline("python-3-8", "python:3.8"), Pipeline("python-3-9", "python:3.9"), + Pipeline("python-3-10", "python:3.10"), ]