From 263cdd675619d2e634cdc1f1aab96bd53ff9f9dd Mon Sep 17 00:00:00 2001 From: Brad Rutten Date: Mon, 4 Mar 2024 14:24:39 -0500 Subject: [PATCH] Update ci.yml part 2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c7cb4b..c6ff937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: - 5432:5432 strategy: matrix: - django-version: [2.2, 3.1, 3.2, 4.2] - python-version: [3.7, 3.8, 3.9, 3.11] + django-version: [3.2, 4.2] + python-version: [3.8, 3.9, 3.11] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}