sip-build: switch from toml to tomli?

Jeremy Sanders jeremy at jeremysanders.net
Wed Sep 7 18:29:28 BST 2022


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




More information about the PyQt mailing list