From 2b4cb0253b9b08d6828a2870ef1547ee5c9fa772 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 5 Jan 2022 20:40:05 -0800 Subject: [PATCH] Remove unsupported py3.7 --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 29e9dd7..b694471 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,7 @@ # Build pipelines PYTHON_VERSIONS = [ - "3.7", + # "3.7", doesnt support subscripted types, eg list[str] "3.8", "3.9", "latest",