1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-11-01 05:44:30 +01:00

Utilisation de Python 3.13 par défaut, flake8-django pas encore supporté

This commit is contained in:
Emmy D'Anello
2025-10-30 18:47:33 +01:00
parent 46779488c1
commit bd230ccaf6
2 changed files with 2 additions and 2 deletions

View File

@@ -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