python-project-template
python-project-template copied to clipboard
Minimum python version should propagate better
I set python 3.12 with copier prompt and all CI failed for me, because pyproject.toml uses it as a minimum python version supported, while these files all set to use 3.10 instead
-
.github/workflows/build-documentation.yml -
.github/workflows/pre-commit-ci.yml -
.github/workflows/publish-to-pypi.yml -
.readthedocs.yml