feat: update README and deployment docs for clarity and Python version requirement

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 17:09:22 +02:00
parent bdb7c7c43a
commit 0ae0e6e7fa
3 changed files with 62 additions and 20 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ Any requirement that constrains software architects in their freedom of design a
| Convention | Background / Motivation |
| -------------------- | --------------------------------------------------- |
| Python 3.11+ | Modern language features, type hints |
| Python 3.12+ | Modern language features, type hints |
| pytest for all tests | Consistent test tooling across backend and frontend |