From 5fdf06d3119fa59182e6304f0bb3a43d8e98dc49 Mon Sep 17 00:00:00 2001 From: Emanuele Palazzetti Date: Thu, 16 May 2024 11:05:47 +0000 Subject: [PATCH] test(tox): use the right Python executable in tox configuration --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 873a425..23c5359 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,8 @@ [tox] envlist = lint - py3.11 - py3.12 + python3.11 + python3.12 [testenv] allowlist_externals = pytest