Open avoinea opened 2 months ago
@avoinea what happens if you edit this to include 3.12? https://github.com/collective/cookiecutter-plone-distribution/blob/main/hooks/pre_prompt.py#L42 It might fail, but at least it will get over the initial hurdle.
Actually it worked with:
pipx run --python $(which python3.11) cookiecutter gh:collective/cookiecutter-plone-distribution
We should add that to the README.
Also with:
pipx run --python=python3.11 cookiecutter gh:collective/cookiecutter-plone-distribution
That uses Python 3.11, not 3.12, as described in the issue title. We should still verify whether it would work with 3.12.
Nonetheless, we should update the readme with actual supported Python versions and how to specify a supported Python version with --python=python3.X
.