Skip to content

Commit d1a4830

Browse files
committed
📦⬆️ Update the template's default Python version to 3.14
1 parent 736bd58 commit d1a4830

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎copier.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ year:
8686
8787
python_min:
8888
type: int
89-
help: Minimal minor version of python, i.e '9' or '13' for 3.9 or 3.13
90-
default: 13
89+
help: Minimal minor version of python, i.e '14' for 3.14
90+
default: 14
9191
validator: >-
9292
{% if python_min < 8 %}Must be >= 8{% endif %}
9393
9494
python_max:
9595
type: int
96-
default: 13
96+
default: 14
9797
when: false
9898

9999
get_package_version_from_vcs:

0 commit comments

Comments
 (0)