cygerior

Results 2 issues of cygerior

Python 3.12+ throws SyntaxWarning when detectig invalid sequence in regular expressions. in fdt/misc.py - line 66 : def strip_comments(text): text = re.sub('//.*?(\r\n?|\n)|/\*.*?\*/', '\n', text, flags=re.S) return text shall use r'..'...

when installing this package from a python 3.12 it seems that scikit-build is required to build and not only "scikit-build-core" please update pyproject.toml accordingly [build-system] requires = ["scikit-build"] build-backend =...