We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4887c4a commit aed6323Copy full SHA for aed6323
2 files changed
template/py/cookiecutter.json
@@ -8,7 +8,7 @@
8
"full_name": "Firstname Lastname",
9
"github_username": "your-org-or-username",
10
11
- "python_version": "3.10",
+ "python_version": "3.13",
12
13
"__gh_slug": "{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}",
14
"__prompts__": {
template/py/{{cookiecutter.project_slug}}/Makefile
@@ -17,7 +17,7 @@ build:
17
18
# Test
19
test:
20
- @uvx pytest
+ @uv run pytest
21
22
# Allure report
23
allure:
0 commit comments