Hi Phil Have you considered switching sip-build from using the toml module to tomli? toml is currently essentially unmaintained. Other tools, e.g. pip and pytest, are moving to tomli. tomli has much better testing. Python is also including tomli in its standard library as tomllib: https://peps.python.org/pep-0680/ Best wishes Jeremy