From d69f9b8196da6f8c4845f10e4fca73621a9708d9 Mon Sep 17 00:00:00 2001 From: HgO Date: Sun, 4 Aug 2024 11:28:13 +0200 Subject: [PATCH] upgrade python version to 3.11 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4062a10..9736fad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: - publish .pip template: - image: python:3.10-alpine + image: python:3.11-alpine before_script: - export PATH="${VIRTUAL_ENV}/bin:$PATH" cache: