mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Add Django 4.2 support to test matrix
This commit is contained in:
parent
f376ab6c7f
commit
f13475803b
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ envlist =
|
|||
py{37,38,39,310,py38}-dj32
|
||||
py{38,39,310,py38}-dj40
|
||||
py{38,39,310,311,py38}-dj41
|
||||
py{38,39,310,311,py38}-dj42
|
||||
py{310,311,py38}-djmain
|
||||
py310-djqa
|
||||
|
||||
|
|
@ -30,6 +31,7 @@ DJANGO =
|
|||
3.2: dj32
|
||||
4.0: dj40
|
||||
4.1: dj41
|
||||
4.2: dj42
|
||||
main: djmain
|
||||
qa: djqa
|
||||
|
||||
|
|
@ -40,6 +42,7 @@ deps =
|
|||
dj32: django>=3.2,<3.3
|
||||
dj40: django>=4.0,<4.1
|
||||
dj41: django>=4.1,<4.2
|
||||
dj42: django>=4.1,<4.2
|
||||
djmain: https://github.com/django/django/archive/main.tar.gz
|
||||
usedevelop = true
|
||||
commands = pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue