From 06392acb79f9b398164611aa322dedd37916ab8a Mon Sep 17 00:00:00 2001 From: SANDEEP KUMAR JAISAWAL Date: Tue, 22 Nov 2022 10:06:14 +0530 Subject: [PATCH] Changing python version for ci test build Issue-id: AIMLWF-5 Signed-off-by: SANDEEP KUMAR JAISAWAL Change-Id: I5dfffb9ad050757bfb5c4927b280a70569267cbb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0e9572f..10662af 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ skipsdist = true # basic test and coverage job [testenv:code] -basepython = python3.7 +basepython = python3.8 deps= pytest coverage -- 2.16.6