Skip to content

Commit

Permalink
Missed one py36 test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Nov 10, 2021
1 parent f7fc2c2 commit e3769b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/integration-test-matrix.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e3769b3

Please sign in to comment.