From e786d2081737007c56ce9ee58ce06a41ec65de4a Mon Sep 17 00:00:00 2001 From: Richard Shadrach Date: Sun, 30 Apr 2023 08:36:06 -0400 Subject: [PATCH] CI: Update Python version for ASVs --- asv_bench/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index c503ae5e17471..102fd389df620 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -29,7 +29,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.8"], + "pythons": ["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