From 793aab1fc8d8c3d0f8f47172242cd17c88767145 Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Tue, 18 Aug 2020 21:37:49 -0500 Subject: [PATCH 1/2] Bump asv Python version --- 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 4583fac85b776..09145fff69a99 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.7.1"], // The matrix of dependencies to test. Each key is the name of a // package (in PyPI) and the values are version numbers. An empty From 3bdb9e57d9f1cb24a636da2746caf09ff7a1076c Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Wed, 19 Aug 2020 10:19:00 -0500 Subject: [PATCH 2/2] 3.7.1 -> 3.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 09145fff69a99..1863a17e3d5f7 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.7.1"], + "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