summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-08-03 09:23:21 -0600
committerGitHub <noreply@github.com>2021-08-03 09:23:21 -0600
commita1ee7968df16a4f57c8e22164d19aa2d14a6cdad (patch)
tree8a6ab1d25c76822f299abb7a034905651ab21b30
parent41977b24ae011a51f64faa75cb524c7350fdedd9 (diff)
parenta8eac2e6993e158ee0d8b3335cb37924d916ec98 (diff)
downloadnumpy-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.json2
-rw-r--r--benchmarks/asv_compare.conf.json.tpl2
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