From c94cc8d638e6532cb835b5216ac563fe417c7757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Tue, 1 Oct 2024 12:40:35 +0200 Subject: [PATCH] Drop PyPy support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Luis Cano Rodríguez --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 64b366d..7309e40 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,6 @@ python = [testenv] basepython = - pypy3: pypy3 py38: python3.8 py39: python3.9 py310: python3.10