Skip to content

Commit ccdc094

Browse files
authored
feat: python 3.12 support (#102)
1 parent 7f5828f commit ccdc094

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
44
"project_short_description": "TODO",
55
"project_owner_github_username": "jonzeolla",
6-
"python_version": ["3.11", "3.10", "3.9"],
6+
"python_version": ["3.11", "3.12", "3.10", "3.9"],
77
"docker_base": ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04"],
88
"dockerhub": ["no", "yes"],
99
"versioning": ["CalVer", "SemVer-ish"],

{{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ tasks:
5050
internal: true
5151
sources:
5252
- Pipfile.lock
53+
preconditions:
54+
- which pipenv
5355
cmds:
5456
- pipenv install --deploy --ignore-pipfile --dev
5557

0 commit comments

Comments
 (0)