Skip to content

Commit 3ac6ed5

Browse files
committed
pin python version to be 3.13
1 parent 15a8e0b commit 3ac6ed5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
2+
.jukit/
23
graph.yaml

build_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env -S uv run
22
# /// script
3-
# requires-python = ">=3.13"
3+
# requires-python = "==3.13"
44
# dependencies = [
55
# "dockeree",
66
# ]

0 commit comments

Comments
 (0)