From 0700d7cad1afe848bf19c9faddc84eb3a6dfc263 Mon Sep 17 00:00:00 2001 From: Alisa <7586237+alisaduncan@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:43:21 -0800 Subject: [PATCH] update python version for new Ubuntu 24 default --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 9ce8fa117c..0d183ca6d6 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Set up python and pip uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: 3.9 architecture: x64 - name: Install AWS CLI