Skip to content

Commit 03b21f6

Browse files
committed
fix: adjust max_python_version to the latest stable
1 parent 41fcf1a commit 03b21f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"package_name": "{{ cookiecutter.project_name.replace('-', '_') }}",
44
"friendly_name": "{{ cookiecutter.project_name.replace('-', ' ').title() }}",
55
"min_python_version": "3.9",
6-
"max_python_version": "3.12",
6+
"max_python_version": "3.13",
77
"author": "Kyle Oliver",
88
"email": "56kyleoliver+cookiecutter-robust-python@gmail.com",
99
"github_user": "56kyle",

0 commit comments

Comments
 (0)