Skip to content

Commit fb2fa2c

Browse files
committed
Test on Django 4.2 LTS
1 parent ee7a248 commit fb2fa2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ skip_missing_interpreters=True
55
[testenv]
66
commands=pytest
77
deps=
8-
django==3.2.*
8+
django==4.2.*
99
pytest
1010
pytest-cov
1111
pytest-django
@@ -31,7 +31,7 @@ allowlist_externals=make
3131
changedir=docs
3232
commands=make html
3333
deps=
34-
django==3.2.*
34+
django==4.2.*
3535
sphinx
3636

3737
[testenv:flake8]
@@ -53,7 +53,7 @@ deps=mypy
5353
[testenv:pylint]
5454
commands=pylint {toxinidir}/diskcache
5555
deps=
56-
django==3.2.*
56+
django==4.2.*
5757
pylint
5858

5959
[testenv:rstcheck]

0 commit comments

Comments
 (0)