From f18de438041022545a9f01dc616b0165b12bc502 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 19 Dec 2023 21:59:25 +0100 Subject: [PATCH] PyPy v3.10 and Django v5.0 fails --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 53e7f41b..7608ebb8 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ envlist = py310-django{32,41,42,50} py311-django{41,42,50} py312-django{41,42,50} - pypy3-django{32,41,42} + pypy3-django{32,41,42,50} flake8 apicheck linkcheck