diff --git a/cookiecutter.json b/cookiecutter.json index 465fc57..40d85ef 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -8,7 +8,7 @@ "author_name": "CERN", "author_email": "info@{{ cookiecutter.project_site }}", "year": "{% now 'local', '%Y' %}", - "python_version": ["3.6", "3.7", "3.8", "3.9"], + "python_version": ["3.8"], "copyright_holder": "{{ cookiecutter.author_name }}", "transifex_project": "{{ cookiecutter.project_shortname }}", "database": ["postgresql", "mysql"],