polychrom
polychrom copied to clipboard
pi-thon 3.14 fixes
Description
This PR contains fixes for the python 3.14 switching from fork to forkserver multiprocessing method, addresses some deprecation warnings, and reformats things with black.
PR Checklist
- [] apply "black" to the whole codebase (
black .) - [] apply isort to the codebase (
isort .) - [] fun
flake8and try to resolve all the issues (work in progress!)