From a27e09c77e2c17af5c94f0ca8d4bab5028c429b4 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 30 Jun 2022 15:41:52 -0700 Subject: [PATCH] Add drone tests for older Python versions --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 34d8b0a..29e9dd7 100644 --- a/.drone.star +++ b/.drone.star @@ -1,8 +1,8 @@ # Build pipelines PYTHON_VERSIONS = [ - # "3.7", doesnt support subscripted types, eg list[str] - # "3.8", + "3.7", + "3.8", "3.9", "latest", ]