PyBuilder 0.13.11 officially supports Python 3.12. Preliminary fixes for 3.12 compatibility landed in v0.13.10, and this release completes the work with full CI coverage across CPython 3.8 through 3.12 on Linux, macOS, and Windows.
PyBuilder 0.13.8 brings two notable improvements:
PyBuilder 0.13.6 adds support for Python 3.11, which introduced breaking changes
to both the multiprocessing module’s spawn mechanism and the unittest.TestCase
internal results API. Both are core to PyBuilder’s test isolation infrastructure
and required targeted fixes.
PyBuilder 0.13.3 introduced two new features:
PyBuilder 0.13.0 has been released adding support for Python 3.10, deprecating EOL Pythons (2.7 and 3.5), stabilizing environment orchestration across all major platforms and migrating CI/CD to GitHub Actions.