feat: добавил автосборку Python 3.11 в install.sh для серверов со старым Python

- install.sh проверяет версию Python, если < 3.10 — собирает 3.11 из исходников
- Python ставится локально в /opt/airflow-monitor/python, без влияния на систему
- исходники Python 3.11.12 включены в архив (python-src/)
- wheels для Python 3.9-3.14 покрывают все версии
- архив 26 МБ (20 МБ — исходники Python)
This commit is contained in:
Maksim Totmin
2026-04-08 18:13:47 +07:00
parent 3ec3660455
commit ee3c7cfa2c
2 changed files with 191 additions and 62 deletions
+1
View File
@@ -4,5 +4,6 @@ __pycache__/
venv/
build/
dist/
cache/
*.tmp
.env