We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0dfbc6 commit 45628b0Copy full SHA for 45628b0
1 file changed
copier.yml
@@ -89,7 +89,7 @@ python_min:
89
help: Minimal minor version of python, i.e '9' or '13' for 3.9 or 3.13
90
default: 13
91
validator: >-
92
- {% if python_min < 0 %}Must be >= 0{% endif %}
+ {% if python_min < 8 %}Must be >= 8{% endif %}
93
94
python_max:
95
type: int
0 commit comments