Skip to content

Commit

Permalink
Cleaned up drf versions to be 3.14.x only
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Jan 21, 2024
1 parent 23161e3 commit e336e62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ minversion = 3.23.0
requires:
pip >= 21.0.1
envlist =
py{3.8,3.9}-django{30,31,32,40,41,50}-drf{311,312,313,314}
py{3.8,3.9}-django{30,31,32,40,41,50}-drf{314}

[gh-actions]
python =
Expand Down Expand Up @@ -32,9 +32,6 @@ deps=
django40: Django>=4.0.0,<4.1.13
django41: Django>=4.1.13,<4.2.9
django50: Django>=4.2.9,<5.0.1
drf311: djangorestframework>=3.11.2,<3.12.0
drf312: djangorestframework>=3.12.4,<3.13.0
drf313: djangorestframework>=3.13,<3.14
drf314: djangorestframework>=3.14,<3.15
flake8
sitepackages = False
Expand Down

0 comments on commit e336e62

Please sign in to comment.