From c3a51e8aeb645c92f0c101ee44ed5ac1685136b8 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 12 Feb 2025 14:41:43 +0000 Subject: [PATCH] Basepython to 3.11 Reviewed-by: Hasko, Vladimir Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/templates/tox.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index edfd5f11..1e4de308 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -3,8 +3,10 @@ minversion = 3.1 envlist = py39,pep8 skipsdist = True ignore_basepython_conflict = True +basepython = python3.11 [testenv] +basepython = python3.11 usedevelop = True install_command = pip install {opts} {packages} deps =