Skip to content

Commit

Permalink
Remove pypy from Django 3.2 testing
Browse files Browse the repository at this point in the history
There are a few test failures with pypy and Django 3.2. Since 3.2 is out
of long-term support, drop these from the test matrix.
  • Loading branch information
jwhitlock committed Jun 21, 2024
1 parent fd7c35c commit e6d8e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
{3.10,3.11,3.12,pypy310}-main
{3.10,3.11,3.12,pypy310}-5.0.x
{3.8,3.9,3.10,3.11,3.12,pypy38,pypy39,pypy310}-4.2.x
{3.8,3.9,3.10,pypy38,pypy39,pypy310}-3.2.x
{3.8,3.9,3.10}-3.2.x


# Don't run coverage when testing with pypy:
Expand Down

0 comments on commit e6d8e45

Please sign in to comment.