From a6b2aefdc962cbefec50a92cfad4c4429eb24d23 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Wed, 12 Jul 2023 10:47:33 +0600 Subject: [PATCH] Update CI to remove django 4.0 --- .github/workflows/test.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a3cfb2c2..f630089c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,19 +13,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "pypy3.9" ] - django: [ 32, 40, 41, 42] + python-version: [ 3.8, 3.9, "3.10", "3.11", "pypy3.9" ] + django: [ 32, 41, 42] exclude: - - python-version: 3.7 - django: 40 - - python-version: 3.7 - django: 41 - python-version: "3.11" django: 32 - - python-version: "3.11" - django: 40 - - python-version: 3.7 - django: 42 services: postgres: