From 6970708e05d769b2e424c4c22790eb2fd778ca88 Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Tue, 20 May 2025 00:20:14 +0500 Subject: [PATCH] Django 5.2 tests (#623) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 00dcdcf..69268a5 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ deps = dj42: django>=4.2,<4.3 dj50: django>=5.0,<5.1 dj51: django>=5.1,<5.2 - dj52: django==5.2alpha1 + dj52: django>=5.2,<5.3 djmain: https://github.com/django/django/archive/main.tar.gz pytest: pytest pytest: pytest-cov