From e3ca982efd2537c8df174eb497b58f5a7fad5b42 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 26 May 2023 18:59:14 -0300 Subject: [PATCH] tox: use any py3 in the system --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 43fde9a..fc195c8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py3.10 +envlist = py3 isolated_build = true [testenv]