From 326f0a7e7a15742a7be9fce7e0ebff676b28f66c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 23:39:45 +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..8ec5361 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.3' - 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