Skip to content

Commit

Permalink
Update integration tests to not use 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Nov 20, 2024
1 parent 8632241 commit f9c705a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.9";
const supportedPythonVersions = ["3.9", "3.10", "3.11"];
const defaultPythonVersion = "3.10";
const supportedPythonVersions = ["3.9", "3.10", "3.11", "3.12"];
const supportedAdapters = ["redshift"];

// if PR, generate matrix based on files changed and PR labels
Expand Down

0 comments on commit f9c705a

Please sign in to comment.