diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-11-09 17:41:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 17:41:49 -0500 |
commit | b56463d4193e62544f802983183a1402978440c2 (patch) | |
tree | 622288836e172d84755ec74fe9d4af419e8ebdc0 /benchmarks | |
parent | aa3b1414adac4511cec1d41a432bb54c0767dd72 (diff) | |
download | numpy-b56463d4193e62544f802983183a1402978440c2.tar.gz |
Update benchmarks/asv.conf.json
Co-Authored-By: shoyer <shoyer@gmail.com>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/asv.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 1999747a8..45da9533f 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -35,7 +35,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.7"], + "pythons": ["3.6"], // The matrix of dependencies to test. Each key is the name of a // package (in PyPI) and the values are version numbers. An empty |