From a0ac96e0cb18817d8dcd1f88e00d10ca51c5e2ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:29:21 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- .github/workflows/test.yml | 2 +- docker/DockerfileBackend | 2 +- templates-backend/.python-version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b12c955..c2ae80a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: node-version: "latest" - uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.14' - name: Install node dependencies run: | diff --git a/docker/DockerfileBackend b/docker/DockerfileBackend index cde718b..ddd4478 100644 --- a/docker/DockerfileBackend +++ b/docker/DockerfileBackend @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.14 RUN pip install poetry RUN poetry config virtualenvs.create false diff --git a/templates-backend/.python-version b/templates-backend/.python-version index 24ee5b1..6324d40 100644 --- a/templates-backend/.python-version +++ b/templates-backend/.python-version @@ -1 +1 @@ -3.13 +3.14