1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 05:18:23 +02:00

Upgrade dependencies + add support for Python 3.13 and Django 5.1

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-10-21 19:33:47 +02:00
parent 65c6158b52
commit 6cdf6331db
5 changed files with 33 additions and 23 deletions

View File

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