From e1b9f5c44c2fc682f266d6af1c5df225a942827f Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Wed, 9 Oct 2024 13:45:42 +0200 Subject: [PATCH] chore: update Python version in E2E tox envs --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 767a018c7..1b0f225c6 100644 --- a/tox.ini +++ b/tox.ini @@ -431,14 +431,14 @@ commands = # -------------------------------------------------------------------- [testenv:e2e_chrome] -basepython = python3.10 +basepython = python3.12 deps = -r{toxinidir}/requirements/e2e commands = pytest {toxinidir}/e2e-tests/ --browser=chrome [testenv:e2e_firefox] -basepython = python3.10 +basepython = python3.12 deps = -r{toxinidir}/requirements/e2e commands =