Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 491 Bytes

File metadata and controls

15 lines (12 loc) · 491 Bytes
layout post
title Python 3.11 Support in PyBuilder 0.13.6
author arcivanov
categories news

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.