Python 3.10 job installs dependencies under Python 3.9 (Cookiecutter) #1196
Labels
ci
Changes to CI configuration files and scripts
cookiecutter
Changes outside of the template directory
See https://github.com/cjolowicz/cookiecutter-hypermodern-python/runs/6451683960?check_suite_focus=true
Possible reason: The CI for the Cookiecutter uses the pre-installed pipx to install Poetry. It looks like the pre-installed pipx uses Python 3.9, so Poetry is also installed under that version. As a result, Poetry uses Python 3.9 to create the project environment.
The text was updated successfully, but these errors were encountered: