Skip to content
Danil Silantyev edited this page Feb 25, 2026 · 1 revision

Python

Module: scripts/bootstrap/modules/technologies/python.sh

Runtime policy

  • python@3.13 is installed and linked as default python3
  • python@3.14 is installed as additional interpreter

Installed tooling

  • package and environment tooling: uv, pipx
  • quality and typing: ruff, mypy
  • testing: pytest

Verification

python3 --version
python3.14 --version
uv --version

Clone this wiki locally