Skip to content

Commit

Permalink
Fix macos14 tests on 1.5 (#954)
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 9175fc2 commit c6b9143
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 c6b9143

Please sign in to comment.