Skip to content

Commit

Permalink
Update the macos14 python version (#953)
Browse files Browse the repository at this point in the history
* Update the macos14 python version
* Update integration tests to use 3.10
  • Loading branch information
VersusFacit authored Nov 20, 2024
1 parent e3300cc commit 614ae61
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,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"];

Expand Down

0 comments on commit 614ae61

Please sign in to comment.