From 93736a0e0d7ec7ecf4f56c1037e4d8adb6871351 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Mon, 7 Feb 2022 16:41:49 -0700 Subject: [PATCH] updated template asv.conf.json to Python 3.8 - fix #3430 - automated benchmarks were updated (see https://github.com/MDAnalysis/benchmarks/issues/11) --- 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 5556a8c63dd..5306495c7fb 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -21,7 +21,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"], + "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 // list indicates to just test against the default (latest)