From 5b14d736f68e55a307816de973f0b9a04e11a729 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:03:25 +0000 Subject: [PATCH] Update python Docker tag --- .github/workflows/build.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ffb24e..cad12a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10.9' + python-version: '3.14.6' - name: Cache Poetry & pip uses: actions/cache@v3 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a22581f..7f39c82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ Build_Frontend: train_model: stage: train - image: python:3.10 + image: python:3.14 before_script: - apt-get update && apt-get install -y git - pip install poetry