Unfortunately python 3.12 drops the module imp which is needed by j2cli.
Update j2cli to do not use the imp module seems to be non-trivial (see kolypto/j2cli#80 for more details)
So the simplest fix would be to pin the python version to 3.11
Unfortunately python 3.12 drops the module imp which is needed by j2cli.
Update j2cli to do not use the imp module seems to be non-trivial (see kolypto/j2cli#80 for more details)
So the simplest fix would be to pin the python version to 3.11