aMeta
aMeta copied to clipboard
Python syntax of Malt-build script doesn't work with Python 3.12.1
I was helping debug with @npsonis and it seems that the new python version 3.12.1 fails to read the syntax of one of the command in the malt-build.py script.
This is the command:
regex = re.compile("version (?P
We tested it on the command line when activating python 3.12.1 and got the same error but we didn't get the error when running it with python 3.11.4. So it might be some python update that makes this syntax not readable anymore?