From bd230ccaf68e983e10d819e359410313db0996bb Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Thu, 30 Oct 2025 18:47:33 +0100 Subject: [PATCH] =?UTF-8?q?Utilisation=20de=20Python=203.13=20par=20d?= =?UTF-8?q?=C3=A9faut,=20flake8-django=20pas=20encore=20support=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42f3848..96d5b64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ py314: linters: stage: quality-assurance - image: python:3-alpine + image: python:3.13-alpine before_script: - pip install tox --no-cache-dir script: tox -e linters diff --git a/Dockerfile b/Dockerfile index 3c8ea67..0d30a9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14-alpine +FROM python:3.13-alpine ENV PYTHONUNBUFFERED 1 ENV DJANGO_ALLOW_ASYNC_UNSAFE 1