From efe7f283d54206736c0262678caa0a36e42fa056 Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Thu, 13 Feb 2025 10:33:31 +0000 Subject: [PATCH] revert Python 3.11 Reviewed-by: tischrei Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- otc_metadata/templates/tox.ini.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index 1e4de308..edfd5f11 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -3,10 +3,8 @@ 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 =