v0.7.0 - Support stdlib venv module for Python 3.12
The standard library venv
module was close enough to virtualenv
that it worked as-is until Python 3.12. This release adds support for venv
changes in Python 3.12.
What's Changed
- Add provisional stdlib venv support by @kevinconway in #29
Full Changelog: 0.6.0...0.7.0