From 614ae61c3a7f89e4377f4ad1e2e544c78dc505e2 Mon Sep 17 00:00:00 2001 From: Mila Page <67295367+VersusFacit@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:16:18 -0800 Subject: [PATCH] Update the macos14 python version (#953) * Update the macos14 python version * Update integration tests to use 3.10 --- .github/scripts/integration-test-matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];