Skip to content

Commit 60491c3

Browse files
fix: pin Python 3.10 in post_generate.uv shebang
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent e62bc5d commit 60491c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/post_generate.uv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S uv run --script
1+
#!/usr/bin/env -S uv run --python 3.10 --script
22
# /// script
33
# requires-python = ">=3.10,<3.14"
44
# dependencies = []

0 commit comments

Comments
 (0)