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