Skip to content

Commit 5c33de8

Browse files
committed
🔧 Update .python-version.jinja to use dynamic minor version
1 parent 3cfe331 commit 5c33de8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

‎ctt.toml‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ get_package_version_from_vcs = true
2525

2626
[output.".ctt/python3.9"]
2727
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-
]
3528
get_package_version_from_vcs = true
3629
has_cli = true
3730
jupyter_files = "strip_outputs"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.{{ python_minor }}

0 commit comments

Comments
 (0)