Skip to content

Commit 00a52e7

Browse files
committed
Convert minimal versions to strings and add 3.10 and 3.11
1 parent fe37b05 commit 00a52e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookiecutter.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"project_description": "Awesome `{{ cookiecutter.project_name.lower().replace(' ', '-') }}` is a Python cli/package created with https://github.com/TezRomacH/python-package-template",
44
"organization": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
55
"license": ["MIT", "BSD-3", "GNU GPL v3.0", "Apache Software License 2.0"],
6-
"_all_python_minor_version": [7, 8, 9],
7-
"minimal_python_version": [3.7, 3.8, 3.9],
6+
"_all_python_minor_version": [7, 8, 9, 10, 11],
7+
"minimal_python_version": ["3.7", "3.8", "3.9", "3.10", "3.11"],
88
"github_name": "{{ cookiecutter.organization.lower().replace(' ', '_').replace('-', '_') }}",
99
"email": "hello@{{ cookiecutter.organization.lower().replace(' ', '-') }}.com",
1010
"version": "0.1.0",

0 commit comments

Comments
 (0)