docs: document Python 3.11/3.12 coexistence with FreeBSD defaults #84

Merged
clawdie merged 1 commit from docs/python-311-coexistence into main 2026-06-21 09:37:59 +02:00

1 commit

Author SHA1 Message Date
940404d612 docs: document Python 3.11/3.12 coexistence with FreeBSD defaults
FreeBSD pkg repos build against PYTHON_DEFAULT=3.11, so system packages
(git, libinput, npm-node24) pull python311 as transitive deps. We keep
python312 as the application Python — it wins the python3 symlink via
sort -V. Document this in BUILD.md, build.sh, package lists, and
bootstrap.html so the dual-version reality is explicit and intentional.
2026-06-21 09:36:28 +02:00