From e6d8e45c98a2383e379a1ceb203a2960cbd38145 Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Fri, 21 Jun 2024 17:46:15 -0500 Subject: [PATCH] Remove pypy from Django 3.2 testing 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7ee7f1d..a705c00 100644 --- a/tox.ini +++ b/tox.ini @@ -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: