Skip to content

Commit

Permalink
bump Python runtime to 3.8 in template asv.conf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Feb 7, 2022
1 parent d770c8b commit 0160606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.6"],
"pythons": ["3.8"],
// The matrix of dependencies to test. Each key is the name of a
// package (in PyPI) and the values are version numbers. An empty
// list indicates to just test against the default (latest)
Expand Down

0 comments on commit 0160606

Please sign in to comment.