Skip to content

Commit a35dfec

Browse files
committed
Update cookiecutter template default, as Python 3.9 EOL
1 parent 377494b commit a35dfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-template/cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author_full_name": "Exasol AG",
99
"author_email": "[email protected]",
1010
"project_short_tag": "",
11-
"python_version_min": "3.9",
11+
"python_version_min": "3.10",
1212
"license_year": "{% now 'utc', '%Y' %}",
1313
"__repo_name_slug": "{{cookiecutter.package_name}}",
1414
"__package_name_slug": "{{cookiecutter.package_name}}",

0 commit comments

Comments
 (0)