Skip to content

Commit

Permalink
drf 315 added
Browse files Browse the repository at this point in the history
  • Loading branch information
MehrazRumman committed Dec 22, 2024
1 parent 710aad1 commit c3a4e98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist = py{38,39}-django{22}-drf{311,312}
py{38,39,310,311,312}-django{32}-drf{312,313,314}
py{38,39,310,311,312}-django{42}-drf{314}
py{310,311,312}-django{51}-drf{314}
py{310,311,312}-django{51}-drf{314,315}


[testenv]
Expand All @@ -17,6 +17,8 @@ deps=
djangorestframework-guardian
drf314: djangorestframework>=3.14,<3.15
djangorestframework-guardian
drf315: djangorestframework>=3.15,<3.16
djangorestframework-guardian
django22: Django>=2.2,<3.0
django32: Django>=3.2,<4.0
django42: Django>=4.2,<5.0
Expand Down

0 comments on commit c3a4e98

Please sign in to comment.