Skip to content

Commit a8eac2e

Browse files
committed
DEV: Update default Python in benchmark config.
1 parent 41977b2 commit a8eac2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
// The Pythons you'd like to test against. If not provided, defaults
3737
// to the current version of Python used to run `asv`.
38-
"pythons": ["3.7"],
38+
// "pythons": ["3.9"],
3939

4040
// The matrix of dependencies to test. Each key is the name of a
4141
// package (in PyPI) and the values are version numbers. An empty

benchmarks/asv_compare.conf.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
4040
// The Pythons you'd like to test against. If not provided, defaults
4141
// to the current version of Python used to run `asv`.
42-
"pythons": ["3.7"],
42+
// "pythons": ["3.9"],
4343
4444
// The matrix of dependencies to test. Each key is the name of a
4545
// package (in PyPI) and the values are version numbers. An empty

0 commit comments

Comments
 (0)