- Environments now have a default name, '.venv'.
- Remove Python 3.7 compatibility from tests.
- Require Python 3.8 or later.
Made VEnv non-experimental.
- #4: Added some tests capturing expectations around
object types for input (use
path.Path
object forroot
property for maximum compatibility). - Require Python 3.7 or later.
- VirtualEnv classes now expose
clean_opts
for easy reference in creating clean environments.
- VirtualEnv now allows a
create_opts
attribute to affect the creation (passed to virtualenv).
Rely on PEP 420 for namespace packages.
- #1: Rely on pure tox without tox-venv.
- Require Python 3.6 or later.
- Moved release CI to Azure Pipelines.
- Refreshed package metadata.
- Present
jaraco.envs
module from adopted fromjaraco.services.envs
in jaraco.services 2.0.