From 371e726be910bc733d18f0cb75904de15fede189 Mon Sep 17 00:00:00 2001 From: Sandro Campos Date: Fri, 19 Jul 2024 16:57:59 -0400 Subject: [PATCH] Revert python version for asv --- benchmarks/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 3ac542e..6d597d4 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -36,7 +36,7 @@ // The Pythons you'd like to test against. If not provided, defaults // to the current version of Python used to run `asv`. "pythons": [ - "3.11" + "3.10" ], // The matrix of dependencies to test. Each key is the name of a // package (in PyPI) and the values are version numbers. An empty