Skip to content

Commit

Permalink
Added Django 4.0 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Sep 22, 2021
1 parent afa4e43 commit 22da0e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist =
{py36,py37}-django22,
{py36,py37,py38,py39}-django31,
{py36,py37,py38,py39}-django32,
{py38,py39}-latest,
{py36,py37,py38,py39}-{django31,django32},
{py38,py39}-{django40,latest},
isort,lint,docs,warnings,


Expand All @@ -20,6 +19,7 @@ deps =
django22: django~=2.2.0
django31: django~=3.1.0
django32: django~=3.2.0
django40: Django>=4.0a1,<5.0
!latest: djangorestframework~=3.12.0
latest: {[latest]deps}
-rrequirements/test-ci.txt
Expand Down

0 comments on commit 22da0e1

Please sign in to comment.