diff options
author | Stephan Hoyer <shoyer@google.com> | 2018-11-04 18:26:04 -0800 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2018-11-04 18:26:04 -0800 |
commit | aa3b1414adac4511cec1d41a432bb54c0767dd72 (patch) | |
tree | ca71a85c8b27eaceb91029275e64aeb2ce5cf847 /benchmarks | |
parent | 619926d02588d44f184c310bceaff72eb62664a3 (diff) | |
download | numpy-aa3b1414adac4511cec1d41a432bb54c0767dd72.tar.gz |
DEV: change ASV benchmarks to run on Python 3.7 by default
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 653b48a08..1999747a8 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": ["2.7"], + "pythons": ["3.7"], // The matrix of dependencies to test. Each key is the name of a // package (in PyPI) and the values are version numbers. An empty |