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

Mise à jour des dépendances + support Python 3.14

This commit is contained in:
Emmy D'Anello
2025-10-30 18:01:30 +01:00
parent 004d54cb67
commit 399e223b33
4 changed files with 28 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13-alpine
FROM python:3.14-alpine
ENV PYTHONUNBUFFERED 1
ENV DJANGO_ALLOW_ASYNC_UNSAFE 1