From ac35031e94c8c72e61d6c8e6eb06df10c9be58f7 Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Thu, 1 Dec 2022 17:30:57 +0000 Subject: [PATCH] ci: use python 3.10 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d98489..7570ea7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: REF_IMAGE: registry.gitlab.com/$CI_PROJECT_NAMESPACE/${CI_PROJECT_NAME}:$CI_COMMIT_REF_NAME check: - image: python:3.9-bullseye + image: python:3.10-bullseye stage: check script: - apt-get update