Skip to content

Commit ed69b92

Browse files
committed
Fix CodSpeed
1 parent d49e2fd commit ed69b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
UV_FROZEN: true
15-
UV_PYTHON: 3.14 # use the latest version of Python because it is faster
15+
UV_PYTHON: 3.13 # use the latest version of Python because it is faster FIXME(@MarshalX): update to 3.14 when CodSpeed supports it
1616
RUST_VERSION: "1.90.0"
1717

1818
jobs:

0 commit comments

Comments
 (0)