Skip to content

Commit

Permalink
fix(python): update min and max Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Oct 25, 2023
1 parent e2a6d32 commit f874541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reps/templates/python/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"github_slug": "mozilla-releng/{{cookiecutter.__project_slug}}",
"__github_org": "{{cookiecutter.github_slug[:cookiecutter.github_slug.find('/')]}}",
"__github_project": "{{cookiecutter.github_slug[cookiecutter.github_slug.find('/')+1:]}}",
"min_python_version": "3.7",
"_max_python_version": "3.11",
"min_python_version": "3.8",
"_max_python_version": "3.12",
"__min_tox_python_version": "{{cookiecutter.min_python_version.replace('.', '')}}",
"__max_tox_python_version": "{{cookiecutter._max_python_version.replace('.', '')}}",
"trust_domain": "mozilla",
Expand Down

0 comments on commit f874541

Please sign in to comment.