From 535dbd63e59ebcd60e01536306b65a8275484991 Mon Sep 17 00:00:00 2001 From: Matteo Santamaria Date: Wed, 10 Jun 2020 11:14:31 -0500 Subject: [PATCH] BUG: GH34677 Roll forward asv benchmark environment to py3.8 --- 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 7c10a2d17775a..ebb3a0303fd3b 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -26,7 +26,7 @@ // The Pythons you'd like to test against. If not provided, defaults // to the current version of Python used to run `asv`. // "pythons": ["2.7", "3.4"], - "pythons": ["3.6"], + "pythons": ["3.8"], // The matrix of dependencies to test. Each key is the name of a // package (in PyPI) and the values are version numbers. An empty