We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736bd58 commit d1a4830Copy full SHA for d1a4830
1 file changed
‎copier.yml‎
@@ -86,14 +86,14 @@ year:
86
87
python_min:
88
type: int
89
- help: Minimal minor version of python, i.e '9' or '13' for 3.9 or 3.13
90
- default: 13
+ help: Minimal minor version of python, i.e '14' for 3.14
+ default: 14
91
validator: >-
92
{% if python_min < 8 %}Must be >= 8{% endif %}
93
94
python_max:
95
96
97
when: false
98
99
get_package_version_from_vcs:
0 commit comments