Skip to content

Commit 25e29fc

Browse files
committed
Add Django 4.1 and 4.2 to tox
1 parent 8852c66 commit 25e29fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
docs
4-
py{38,39,310,py}-django{3.1,3.2,4.0}-es{1.x,2.x}
4+
py{38,39,310,py}-django{3.1,3.2,4.0,4.1,4.2}-es{1.x,2.x}
55

66

77
[testenv]
@@ -15,6 +15,8 @@ deps =
1515
django3.1: Django>=3.1,<3.2
1616
django3.2: Django>=3.2,<3.3
1717
django4.0: Django>=4.0,<4.1
18+
django4.1: Django>=4.1,<4.2
19+
django4.2: Django>=4.2,<4.3
1820
es1.x: elasticsearch>=1,<2
1921
es2.x: elasticsearch>=2,<3
2022
# es5.x: elasticsearch>=5,<6

0 commit comments

Comments
 (0)