Skip to content

Commit fadf88f

Browse files
author
bgaudino
committed
Add django 5.1 and 5.2 to tox
1 parent ddb85da commit fadf88f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
envlist=
33
py37-dj{22,30,32,32}
44
py{38,39}-dj{22,30,31,32,40,41,42}
5-
py{10}-dj{32,40,41,42,50}
6-
py{11,12}-dj{42,50}
5+
py{10}-dj{32,40,41,42,50,51,52}
6+
py{11,12}-dj{42,50,51,52}
7+
py313-dj{51,52}
78
[testenv]
89
python=
910
py37: python3.7
@@ -12,6 +13,7 @@ python=
1213
py310: python3.10
1314
py311: python3.11
1415
py312: python3.12
16+
py313: python3.13
1517
commands=
1618
/usr/bin/env
1719
make test
@@ -24,6 +26,8 @@ deps=
2426
dj41: Django>=4.1,<4.2
2527
dj42: Django>=4.2,<4.3
2628
dj50: Django>=5.0,<5.1
29+
dj51: Django>=5.1,<5.2
30+
dj52: Django>=5.2,<5.3
2731
whitelist_externals=
2832
env
2933
make

0 commit comments

Comments
 (0)