fix: py_venv on python below 3.12
Closed this issue · 0 comments
oceanusxiv commented
The py_venv
functionality relies on some new python 3.12 pathlib functionality such as Path.walk
and Path.relative_to(walk_up)
. It would be great if there's some backwards compatibility here so that py_venv
still works with older python versions.