mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Change benchmarks to use 3.12.1 (#1322)
We can wait to merge this until later, but we explicitly bootstrap 3.12.1 and the benches should not pin 3.12.0
This commit is contained in:
parent
bc14ed1613
commit
ee2e7bb9ae
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ class Poetry(Suite):
|
|||
"bench",
|
||||
"--no-interaction",
|
||||
"--python",
|
||||
"3.12",
|
||||
"3.12.1",
|
||||
],
|
||||
cwd=cwd,
|
||||
stdout=subprocess.DEVNULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue