Skip to content

Commit f6807ac

Browse files
committed
chore: specify upbound for python requirements
1 parent c47b9c0 commit f6807ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

whatdidyougetdone.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.10"
3+
# requires-python = ">=3.10,<3.13"
44
# dependencies = [
55
# "PyGithub>=2.1.1",
66
# "click>=8.1.7",

0 commit comments

Comments
 (0)