PyBuilder 0.13.8: Debug Python Support and Log Formatting

PyBuilder 0.13.8 brings two notable improvements:

Debug/release venv distinction. Managed virtual environments now distinguish between debug and release builds of Python. Debug builds (compiled with --with-pydebug) get their own isolated venv directories, preventing ABI-incompatible packages from being mixed between debug and release environments.

Configurable log format. A new --log-format command line parameter allows customizing PyBuilder’s log output format.

See the release notes for details.