Skip to content

Pin Python version to 3.11

Latest
Compare
Choose a tag to compare
@cstuder cstuder released this 16 Oct 16:17
· 1 commit to master since this release
980e319

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