Skip to content

Commit

Permalink
Update benchmarks default python in asv.conf.json (#4352)
Browse files Browse the repository at this point in the history
Update benchmarks default python in asv.conf.json
  • Loading branch information
hmacdope authored Dec 5, 2023
1 parent a474dd3 commit 37d8fee
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": ["3.8"],
"pythons": ["3.10"],
// 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 37d8fee

Please sign in to comment.