Skip to content

Commit c4627a4

Browse files
adamchainzstevejalim
authored andcommitted
Test on Django 5.2
1 parent d86c93a commit c4627a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
isolated_build = True
33
envlist =
44
{3.12,3.13}-djmain
5-
{3.10,3.11,3.12,3.13,pypy310}-dj{5.0,5.1}
5+
{3.10,3.11,3.12,3.13,pypy310}-dj{5.0,5.1,5.2}
66
{3.9,3.10,3.11,3.12,3.13,pypy39,pypy310}-dj4.2
77
{3.9,3.10,3.11,3.12,3.13,pypy39,pypy310}-types
88

99

1010
# Don't run coverage when testing with pypy:
1111
# see https://github.com/nedbat/coveragepy/issues/1382
12-
[testenv:pypy{39,310}-dj4.2,pypy310-dj{5.0,5.1}]
12+
[testenv:pypy{39,310}-dj4.2,pypy310-dj{5.0,5.1,5.2}]
1313
commands =
1414
pytest {toxinidir}/csp
1515

@@ -40,6 +40,7 @@ deps =
4040
dj4.2: Django>=4.2,<4.3
4141
dj5.0: Django>=5.0.1,<5.1
4242
dj5.1: Django>=5.1,<5.2
43+
dj5.2: Django>=5.2a1,<5.3
4344
djmain: https://github.com/django/django/archive/main.tar.gz
4445

4546

0 commit comments

Comments
 (0)