multivon-eval 0.15.1 — view --dir Python 3.10/3.11 fix
·
7 commits
to main
since this release
Fixed
view --dir's index renderer used f-strings with quotes/backslashes inside the{}expression — valid on Python 3.12+ (PEP 701) but aSyntaxErroron 3.10/3.11, soimport multivon_eval.dirview(and therefore theviewcommand) broke on the lower half of the supported range. The package's own minimum is 3.10. Caught by a fresh-install verification pass: it slipped through local testing on 3.14 and turned the CI matrix red on 3.10/3.11. The nested markup is now a module constant, keeping the f-strings expression-only. The rest of the package was already clean on 3.11 (verified across all modules).