From 80ba89615a179bc9769a79a5cd0c9122d28d5e5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Szwa=C5=82kiewicz?= Date: Mon, 26 Aug 2024 11:57:37 +0200 Subject: [PATCH] Revert the upgrade of python in tox MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Issue-ID: INT-2287 Change-Id: I532bf1c9e4034dd26b8c9bc2a9b64da713e34da1 Signed-off-by: Marek Szwałkiewicz --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 61c315026..49eb054df 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = true requires = pip >= 8 [testenv] -basepython = python3.10 +basepython = python3.8 allowlist_externals = git sh -- 2.16.6