Skip to content

Commit

Permalink
Test on Django 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored and stevejalim committed Feb 14, 2025
1 parent d86c93a commit c4627a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
isolated_build = True
envlist =
{3.12,3.13}-djmain
{3.10,3.11,3.12,3.13,pypy310}-dj{5.0,5.1}
{3.10,3.11,3.12,3.13,pypy310}-dj{5.0,5.1,5.2}
{3.9,3.10,3.11,3.12,3.13,pypy39,pypy310}-dj4.2
{3.9,3.10,3.11,3.12,3.13,pypy39,pypy310}-types


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

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


Expand Down

0 comments on commit c4627a4

Please sign in to comment.