diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-08-03 09:23:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 09:23:21 -0600 |
commit | a1ee7968df16a4f57c8e22164d19aa2d14a6cdad (patch) | |
tree | 8a6ab1d25c76822f299abb7a034905651ab21b30 | |
parent | 41977b24ae011a51f64faa75cb524c7350fdedd9 (diff) | |
parent | a8eac2e6993e158ee0d8b3335cb37924d916ec98 (diff) | |
download | numpy-a1ee7968df16a4f57c8e22164d19aa2d14a6cdad.tar.gz |
Merge pull request #19605 from rossbar/bench-config-default-python
DEV: Update default Python in benchmark config.
-rw-r--r-- | benchmarks/asv.conf.json | 2 | ||||
-rw-r--r-- | benchmarks/asv_compare.conf.json.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index d9222d495..029adb589 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.9"], // The matrix of dependencies to test. Each key is the name of a // package (in PyPI) and the values are version numbers. An empty diff --git a/benchmarks/asv_compare.conf.json.tpl b/benchmarks/asv_compare.conf.json.tpl index 03d13d985..93d12d4a0 100644 --- a/benchmarks/asv_compare.conf.json.tpl +++ b/benchmarks/asv_compare.conf.json.tpl @@ -39,7 +39,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.9"], // The matrix of dependencies to test. Each key is the name of a // package (in PyPI) and the values are version numbers. An empty |