Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Add tests for django 4.2 and django 5.0. Close #297
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Dec 21, 2023
1 parent c7e63d0 commit 77a4d77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ envlist =
py{36,37}-dj{20,21}
py{37,38}-dj{22,30,31,32}
py{38,310}-dj{40,41}
py{310}-dj{42,50}
skipsdist = True

[testenv]
Expand Down Expand Up @@ -68,6 +69,14 @@ deps =
dj41: coverage==6.4.3
dj41: django-guardian==2.4.0

dj42: Django==4.2.8
dj42: coverage==7.3.4
dj42: django-guardian==2.4.0

dj50: Django==5.0
dj50: coverage==7.3.4
dj50: django-guardian==2.4.0

graphviz==0.7.1
pep8==1.7.1
pyflakes==1.6.0
Expand Down

0 comments on commit 77a4d77

Please sign in to comment.