We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfe331 commit 5c33de8Copy full SHA for 5c33de8
‎ctt.toml‎
@@ -25,13 +25,6 @@ get_package_version_from_vcs = true
25
26
[output.".ctt/python3.9"]
27
python_minor = 9
28
-_extra_tasks = [
29
- "bash -c 'echo \"3.9\" > .python-version'",
30
- "uv run just update-deps",
31
- "git add --all",
32
- "git commit -m 'switch to python 3.9' --no-verify",
33
- "uv run just check",
34
-]
35
get_package_version_from_vcs = true
36
has_cli = true
37
jupyter_files = "strip_outputs"
‎project_name/.python-version.jinja‎
@@ -1 +1 @@
1
-3.13
+3.{{ python_minor }}
0 commit comments