From e3769b36551a5040a74b80994277e1d8925c3848 Mon Sep 17 00:00:00 2001 From: Jeremy Cohen Date: Wed, 10 Nov 2021 17:09:54 +0100 Subject: [PATCH] Missed one py36 test --- .github/scripts/integration-test-matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/integration-test-matrix.js b/.github/scripts/integration-test-matrix.js index 176b48af7..75e6c50d9 100644 --- a/.github/scripts/integration-test-matrix.js +++ b/.github/scripts/integration-test-matrix.js @@ -1,6 +1,6 @@ module.exports = ({ context }) => { const defaultPythonVersion = "3.8"; - const supportedPythonVersions = ["3.6", "3.7", "3.8", "3.9"]; + const supportedPythonVersions = ["3.7", "3.8", "3.9"]; const supportedAdapters = ["snowflake"]; // if PR, generate matrix based on files changed and PR labels