From 6e75527e739c1b9c4b91fd3c731859cd07c94224 Mon Sep 17 00:00:00 2001 From: Barry Morrison <689591+esacteksab@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:25:09 -0600 Subject: [PATCH] fix: removing Python 3.9 from matrix --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c19f101e..35bb50ba 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] env: AWS_REGION: ${{ vars.AWS_REGION }} AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}