mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
chore: correctly test against Django 4.2
This commit is contained in:
parent
3e3da350ea
commit
133f19b2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue