From 28dd9ee986fa926489d37fc4e70e15640d86b521 Mon Sep 17 00:00:00 2001 From: Joey Jurjens Date: Fri, 21 Jul 2023 10:27:48 +0200 Subject: [PATCH] Test against Django 4.2 and remove python 3.7 --- .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 c06479fb..62adcda0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - django-version: ["3.2"] + python-version: ["3.8", "3.9", "3.10", "3.11"] + django-version: ["3.2", "4.2"] oscar-version: ["3.2"] steps: - name: Download src dir