--- pyproject.toml.orig 2020-02-01 18:00:00 +++ pyproject.toml 2026-06-22 07:28:14 @@ -74,7 +74,7 @@ [[tool.hatch.build.hooks.build-scripts.scripts]] work_dir = "." -commands = ['python scripts/write_version.py'] +commands = ['python%PYVERSION% scripts/write_version.py'] # _version.py is already mentioned in top-level build artifact artifacts = [] @@ -82,5 +82,5 @@ path = "." build_cmd = "build" npm = [ - "jlpm", + "jlpm-%PYVERSION%", ]