From ca52a382f028380983abaad06e3a324023b509b5 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 16 Dec 2022 18:28:05 -0500 Subject: [PATCH] ci: configure pypy to run with tox 4 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 2450d2e..c1d1251 100644 --- a/tox.ini +++ b/tox.ini @@ -19,5 +19,8 @@ basepython = python3.9 [testenv:3.10] basepython = python3.10 +[testenv:pypy-3.8] +basepython = pypy3.8 + [testenv:xcode] basepython = {env:XCODE_PYTHON}