From faccdb14777b639d0942867b4f0d822bc7fc6a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Judith=20S=C3=A1inz-Pardo=20D=C3=ADaz?= Date: Wed, 14 Aug 2024 13:01:22 +0200 Subject: [PATCH] chore: update python base interpreter --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd2fb4d..e1147c0 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ python = 3.12: py312 [base] -python = python3.12 +python = python3.10 package = anjana [pytest]