Skip to content

Commit c716456

Browse files
committed
📦⬆️ Update the template's default Python version to 3.14
1 parent bc83065 commit c716456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copier.yml

Lines changed: 2 additions & 2 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 '13' for 3.13
89+
help: Minimal minor version of Python, i.e '14' for 3.14
9090
default: 10
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)