Skip to content

Commit 925a42e

Browse files
committed
test: add Django 5.2 to tox runs
1 parent 0ecb80f commit 925a42e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# When changing this, also update the classifiers in setup.py:
1717
envlist =
1818
py39-django{22,32,42}-cov{6,7,tip},
19-
py310-django{32,42,51}-cov{6,7,tip},
20-
py311-django{42,51}-cov{6,7,tip},
21-
py312-django{51,tip}-cov{7,tip},
22-
py313-django{51,tip}-cov{7,tip},
19+
py310-django{32,42,51,52}-cov{6,7,tip},
20+
py311-django{42,51,52}-cov{6,7,tip},
21+
py312-django{51,52,tip}-cov{7,tip},
22+
py313-django{51,52,tip}-cov{7,tip},
2323
check,pkgcheck,doc
2424

2525
[testenv]
@@ -31,6 +31,7 @@ deps =
3131
django32: Django>=3.2,<4.0
3232
django42: Django>=4.2,<5.0
3333
django51: Django>=5.1,<5.2
34+
django52: Django>=5.2,<6.0
3435
djangotip: git+https://github.com/django/django.git
3536
pytest
3637
unittest-mixins==1.6

0 commit comments

Comments
 (0)