From 7a5a1fbf2bb5ce2ebe48e962b00c8ff327fea644 Mon Sep 17 00:00:00 2001 From: Jan Pieter Waagmeester Date: Mon, 3 Apr 2023 10:54:06 +0200 Subject: [PATCH] Django 4.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 ff5f1d2e..0e70e469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,14 +32,14 @@ jobs: strategy: matrix: python-version: [3.7, 3.8, 3.9, "3.10", 3.11] - django-version: [3.2, 4.0, 4.1, 4.2b1] + django-version: [3.2, 4.0, 4.1, 4.2] exclude: - python-version: 3.7 django-version: 4.0 - python-version: 3.7 django-version: 4.1 - python-version: 3.7 - django-version: 4.2b1 + django-version: 4.2 - python-version: "3.10" django-version: 3.2 - python-version: 3.11