Skip to content

Commit d0df39c

Browse files
committed
Add Django 5.2 and DRF 3.16 to CI
1 parent 35b64b1 commit d0df39c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ envlist =
44
py{38,39,310,311}-django{32}-drf{311,312,313,314,315}
55
py{38,39,310,311}-django{40}-drf{313,314,315}
66
py{38,39,310,311,312,313}-django{41}-drf{314,315}
7-
py{38,39,310,311,312,313}-django{42}-drf{314,315,master}
8-
py{310,311,312,313,314}-django{50,51}-drf{314,315,master}
7+
py{39,310,311,312,313}-django{42}-drf{314,315,316,master}
8+
py{310,311,312,313,314}-django{50,51,52}-drf{314,315,316,master}
99

1010
[gh-actions]
1111
python =
@@ -26,11 +26,13 @@ deps =
2626
django42: Django>=4.2,<5.0
2727
django50: Django>=5.0,<5.1
2828
django51: Django>=5.1,<5.2
29+
django52: Django>=5.2,<5.3
2930
drf311: djangorestframework>=3.11,<3.12
3031
drf312: djangorestframework>=3.12,<3.13
3132
drf313: djangorestframework>=3.13,<3.14
3233
drf314: djangorestframework>=3.14,<3.15
3334
drf315: djangorestframework>=3.15,<3.16
35+
drf316: djangorestframework>=3.16,<3.17
3436
drfmaster: https://github.com/encode/django-rest-framework/archive/master.tar.gz
3537
commands =
3638
coverage run -a manage.py test

0 commit comments

Comments
 (0)