Skip to content

multivon-eval 0.15.1 — view --dir Python 3.10/3.11 fix

Choose a tag to compare

@siddharthsrivastava siddharthsrivastava released this 15 Jun 21:10
· 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 a SyntaxError on 3.10/3.11, so import multivon_eval.dirview (and therefore the view command) 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).