Python 3.11 Support in PyBuilder 0.13.6

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.

This release also drops support for Python 3.6.

See the release notes for details.