We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49e2fd commit ed69b92Copy full SHA for ed69b92
.github/workflows/codspeed.yml
@@ -12,7 +12,7 @@ permissions:
12
13
env:
14
UV_FROZEN: true
15
- UV_PYTHON: 3.14 # use the latest version of Python because it is faster
+ UV_PYTHON: 3.13 # use the latest version of Python because it is faster FIXME(@MarshalX): update to 3.14 when CodSpeed supports it
16
RUST_VERSION: "1.90.0"
17
18
jobs:
0 commit comments