From 0acc80bac8d293dfd1ae7e160cefe39920f0b3ca Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@subcom.tech> Date: Thu, 29 Sep 2022 20:13:14 +0530 Subject: [PATCH] ci: Test with python 3.7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d9eba7..96e8350 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.8-slim-buster +image: python:3.7-slim-buster stages: - build -- GitLab