Skip to content

Commit

Permalink
chore: test against Django 4.1 and Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hartungstenio committed May 30, 2023
1 parent d0b2924 commit 5a853e6
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 @@ -10,13 +10,15 @@ python =
envlist =
flake8,
py{37,38,39,310}-drf3-django{22,32}
py{38,39,310,311}-drf3-django{40}
py{38,39,310,311}-drf3-django{40,41,42}

[testenv]
deps =
django22: Django>=2.2,<2.3
django32: Django>=3.2,<3.3
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3
drf3: djangorestframework>=3
-r requirements_dev.txt
commands =
Expand Down

0 comments on commit 5a853e6

Please sign in to comment.