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: |