From c3d5ce26c1fba7e63687e64bc239cbc8bc3b327b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 5 Jan 2022 20:37:51 -0800 Subject: [PATCH] Remove unsupported py3.6 --- .drone.star | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.star b/.drone.star index dbd035c..29e9dd7 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,6 @@ # Build pipelines PYTHON_VERSIONS = [ - "3.6", "3.7", "3.8", "3.9",