From d2022681b72fff40ea8fb5e87122a745b7aa067c Mon Sep 17 00:00:00 2001 From: Andrew Robbertz <24920994+Alrobbertz@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:29:57 -0400 Subject: [PATCH] Update Python Version for Test --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e3a4082..21d2f0a 100755 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,11 +14,11 @@ jobs: steps: - uses: actions/checkout@v4 - # Set up Python 3.10 to match the version of Python used in AWS Lambda - - name: Set up Python 3.10 + # Set up Python 3.12 to match the version of Python used in AWS Lambda + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Install dependencies run: |