We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fcf1a commit 03b21f6Copy full SHA for 03b21f6
cookiecutter.json
@@ -3,7 +3,7 @@
3
"package_name": "{{ cookiecutter.project_name.replace('-', '_') }}",
4
"friendly_name": "{{ cookiecutter.project_name.replace('-', ' ').title() }}",
5
"min_python_version": "3.9",
6
- "max_python_version": "3.12",
+ "max_python_version": "3.13",
7
"author": "Kyle Oliver",
8
"email": "56kyleoliver+cookiecutter-robust-python@gmail.com",
9
"github_user": "56kyle",
0 commit comments