Skip to content

Commit

Permalink
drf 315 added (#354)
Browse files Browse the repository at this point in the history
* drf 315 added

* drf 3.15 added
  • Loading branch information
MehrazRumman authored Dec 22, 2024
1 parent 710aad1 commit 5018441
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
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{38,39,310,311,312}-django{42}-drf{314,315}
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 5018441

Please sign in to comment.