From b789a311c5a6cf4a85483f64d6e2ec0244fccd1a Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 5 Jan 2022 20:43:23 -0800 Subject: [PATCH] Remove py3.8 tests as well --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index b694471..34d8b0a 100644 --- a/.drone.star +++ b/.drone.star @@ -2,7 +2,7 @@ PYTHON_VERSIONS = [ # "3.7", doesnt support subscripted types, eg list[str] - "3.8", + # "3.8", "3.9", "latest", ]