Skip to content

Commit 9365c8f

Browse files
committed
Add Django 5.1 and DRF 3.15 to CI
1 parent c3701bb commit 9365c8f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tox.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
22
isolated_build = True
33
envlist =
4-
py{38,39,310,311}-django{32}-drf{311,312,313,314,master}
5-
py{38,39,310,311}-django{40}-drf{313,314,master}
6-
py{38,39,310,311,312,313}-django{41,42}-drf{314,master}
7-
py{310,311,312,313}-django{50}-drf{314,master}
4+
py{38,39,310,311}-django{32}-drf{311,312,313,314,315,master}
5+
py{38,39,310,311}-django{40}-drf{313,314,315,master}
6+
py{38,39,310,311,312,313}-django{41,42}-drf{314,315,master}
7+
py{310,311,312,313}-django{50,51}-drf{314,315,master}
88

99
[gh-actions]
1010
python =
@@ -23,10 +23,12 @@ deps =
2323
django41: Django>=4.1,<4.2
2424
django42: Django>=4.2,<5.0
2525
django50: Django>=5.0,<5.1
26+
django51: Django>=5.1,<5.2
2627
drf311: djangorestframework>=3.11,<3.12
2728
drf312: djangorestframework>=3.12,<3.13
2829
drf313: djangorestframework>=3.13,<3.14
2930
drf314: djangorestframework>=3.14,<3.15
31+
drf315: djangorestframework>=3.15,<3.16
3032
drfmaster: https://github.com/encode/django-rest-framework/archive/master.tar.gz
3133
commands =
3234
coverage run -a manage.py test

0 commit comments

Comments
 (0)