diff --git a/.github/scripts/integration-test-matrix.js b/.github/scripts/integration-test-matrix.js index ed3196d2a..208d41229 100644 --- a/.github/scripts/integration-test-matrix.js +++ b/.github/scripts/integration-test-matrix.js @@ -1,5 +1,5 @@ module.exports = ({ context }) => { - const defaultPythonVersion = "3.9"; + const defaultPythonVersion = "3.10"; const supportedPythonVersions = ["3.9", "3.10", "3.11"]; const supportedAdapters = ["redshift"];