Skip to content

v0.10.0 - Fix venv support for 3.12.8

Latest
Compare
Choose a tag to compare
@kevinconway kevinconway released this 09 Jan 13:38
5bbcd52

Python 3.12.8 introduced another change to the bash activation script generated by venv. This caused the relocate feature to fail because the regular expression used to find and modify the venv path started matching too much. Virtualenv users were unaffected.

What's Changed

New Contributors

Full Changelog: 0.9.0...0.10.0