Skip to content

Commit

Permalink
updated template asv.conf.json to Python 3.8
Browse files Browse the repository at this point in the history
- fix #3430
- automated benchmarks were updated (see MDAnalysis/benchmarks#11)
  • Loading branch information
orbeckst committed Feb 7, 2022
1 parent 3c0875c commit 93736a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.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 93736a0

Please sign in to comment.