Skip to content

Commit

Permalink
Added testing for Django 4.1. (#1514)
Browse files Browse the repository at this point in the history
Follow up to c455f22.
  • Loading branch information
felixxm committed Jul 11, 2022
1 parent d3eb089 commit f644777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
{py37,py38,py39,py310}-django32,
{py38,py39,py310}-{django40,latest},
{py38,py39,py310}-{django40,django41,latest},
isort,lint,docs,warnings,


Expand All @@ -17,7 +17,7 @@ setenv =
deps =
django32: django~=3.2.0
django40: Django>=4.0,<4.1
django41: Django>=4.1a1,<4.2
django41: Django>=4.1b1,<4.2
!latest: djangorestframework~=3.12.0
latest: {[latest]deps}
-rrequirements/test-ci.txt
Expand Down

0 comments on commit f644777

Please sign in to comment.