Skip to content

Commit b58a880

Browse files
authored
Update uv Python from v3.9 to v3.14
1 parent 8ac5e53 commit b58a880

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/examples/work-with-uv.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ usage:
1010
- build
1111
jobs:
1212
build:
13-
executor: python/default
13+
executor:
14+
name: python/default
15+
tag: "3.14"
1416
steps:
1517
- checkout
1618
- python/install-packages:

0 commit comments

Comments
 (0)