From 7e8921de53487b878e0b26d5068cbc7a71c5381a Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 13 Dec 2021 12:23:07 -0800 Subject: [PATCH] Readd 3.7 CI test without networking --- .drone.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.jsonnet b/.drone.jsonnet index 38dabaa..af5e9fa 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -32,6 +32,7 @@ local test_with(version, use_network=false) = { }; [ + test_with("3.7"), test_with("3.7", use_network=true), test_with("3.8"), test_with("3.9"),