From 5b057118333947087c370bc7502120a21861f6cd Mon Sep 17 00:00:00 2001 From: Johannes Maron Date: Sun, 4 Sep 2022 18:41:32 +0200 Subject: [PATCH] Add Django 4.1 version support, drop 2.2 support --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5705e6e..43ee1ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,20 +63,20 @@ jobs: - "3.9" - "3.10" django-version: - - "2.2" - "3.2" - "4.0" + - "4.1" extras: - "test" include: - python-version: "3.x" - django-version: "4.0" + django-version: "4.1" extras: "test,dramatiq" - python-version: "3.x" - django-version: "4.0" + django-version: "4.1" extras: "test,celery" - python-version: "3.x" - django-version: "4.0" + django-version: "4.1" extras: "test,reversion" steps: - uses: actions/checkout@v3