From e888d056219e709a7da2d41f9ab843d94e48917e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Mon, 31 Jul 2023 21:29:42 +0200 Subject: [PATCH] Fixed python interpreter for Release target --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 060e5e6a3b7..c96a4209813 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ basepython = unit_py3_9: python3.9 unit_py3_8: python3.8 unit_py3_6: python3.6 - release: python3.6 + release: python3.10 passenv = * usedevelop = True