From e7965510fc6d4e3f21902ed93ea84bef0d4bfafb Mon Sep 17 00:00:00 2001 From: Andrew Robbertz <24920994+Alrobbertz@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:32:24 -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 8089a74..e985273 100755 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,11 +18,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: |