From 5d0c429acee62e6fb7f3e7e9481cf8a4bad8408d Mon Sep 17 00:00:00 2001 From: "pascal.bouron" Date: Tue, 22 Aug 2023 23:14:23 +0200 Subject: [PATCH] Actualiser docs/DevInternals.md --- docs/DevInternals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DevInternals.md b/docs/DevInternals.md index 8996422e7..c98260c15 100644 --- a/docs/DevInternals.md +++ b/docs/DevInternals.md @@ -2,7 +2,7 @@ ## Composants logiciels -- le code est écrit en Python 3.9 (passage à 3.10 prévu avec Debian 12). +- le code est écrit en Python 3.11. - le code doit être formatté par [black](https://pypi.org/project/black/) qui est normalement intégré à votre éditeur (VSCode et PyCharm sont deux choix judicieux). @@ -15,7 +15,7 @@ - [Redis](https://redis.io/) cache persistant - [NGINX](https://www.nginx.com/) serveur Web frontal - [gunicorn](https://gunicorn.org/) WSGI HTTP server - - et bien sûr Linux (Debian 11 en 2021-2022) et systemd. + - et bien sûr Linux (Debian 12 en 2023-2024) et systemd. ## Principaux objets