polychrom icon indicating copy to clipboard operation
polychrom copied to clipboard

pi-thon 3.14 fixes

Open mimakaev opened this issue 1 month ago • 0 comments

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 flake8 and try to resolve all the issues (work in progress!)

mimakaev avatar Oct 26 '25 20:10 mimakaev