python-project-template icon indicating copy to clipboard operation
python-project-template copied to clipboard

Minimum python version should propagate better

Open hombit opened this issue 8 months ago • 0 comments

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

hombit avatar Jun 17 '24 18:06 hombit