Skip to content

Commit 0c82c8e

Browse files
committed
add django 4.1 to the test matrix
1 parent 8f03aea commit 0c82c8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
isolated_build = True
88
envlist =
99
py{38,39,310}-dj32-drf{312,313}
10-
py{38,39,310}-dj40-drf313
10+
py{38,39,310}-dj{40,41}-drf313
1111
lint
1212
docs
1313

@@ -25,6 +25,7 @@ deps =
2525
django-filter
2626
dj32: Django>=3.2,<4.0
2727
dj40: Django>=4.0,<4.1
28+
dj41: Django>=4.1,<4.2
2829
drf312: djangorestframework>=3.12,<3.13
2930
drf313: djangorestframework>=3.13,<3.14
3031
commands =

0 commit comments

Comments
 (0)