diff --git a/scripts/bench/__main__.py b/scripts/bench/__main__.py index dd7e04dfa..87b244cff 100644 --- a/scripts/bench/__main__.py +++ b/scripts/bench/__main__.py @@ -357,7 +357,7 @@ class Poetry(Suite): "bench", "--no-interaction", "--python", - "3.12", + "3.12.1", ], cwd=cwd, stdout=subprocess.DEVNULL,