From ddbbae4dba978f1acdbb1001255c4fccfd4a7857 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Wed, 20 Mar 2024 13:20:42 +0100 Subject: [PATCH] PIPELINE: Use release-candidate image of python 3.13 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfd8eb2d..f56da52d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ unittest_py3.13: tags: [ docker ] stage: test needs: [ ] - image: python:3.13 + image: python:3.13-rc script: *python_test_script -- GitLab