chore: correctly test against Django 4.2

This commit is contained in:
Mathieu Kniewallner 2025-04-11 15:37:20 +02:00
parent 9d2a6e30cb
commit 521ec0ae49
No known key found for this signature in database
GPG key ID: 516BAE168BD3D42E

View file

@ -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