Closed lsorber closed 1 year ago
This PR addresses formatting issues in pyproject.toml if you set cookiecutter.python_version with a Python version including the patch version, e.g. 3.8.15 instead of 3.8.
pyproject.toml
cookiecutter.python_version
3.8.15
3.8
This PR addresses formatting issues in
pyproject.toml
if you setcookiecutter.python_version
with a Python version including the patch version, e.g.3.8.15
instead of3.8
.