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:
Zanie Blue 2024-02-17 12:00:50 -06:00 committed by GitHub
parent bc14ed1613
commit ee2e7bb9ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,7 +357,7 @@ class Poetry(Suite):
"bench",
"--no-interaction",
"--python",
"3.12",
"3.12.1",
],
cwd=cwd,
stdout=subprocess.DEVNULL,