From 133f19b2f5da6ab6f3f9ed1a387fc5cd4f8c5783 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Fri, 11 Apr 2025 15:37:20 +0200 Subject: [PATCH] chore: correctly test against Django 4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a65931e..7332787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ DJANGO = [testenv] deps = -r requirements-test.txt - dj42: django>=4.1,<4.2 + dj42: django>=4.2,<5 dj50: django>=5.0,<5.1 dj51: django>=5.1,<5.2 dj52: django>=5.2,<6