Skip to content

Commit

Permalink
CI: Update Python version for ASVs (pandas-dev#53012)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach authored and NumanIjaz committed May 1, 2023
1 parent d8165ed commit 0e57e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
Expand Down

0 comments on commit 0e57e01

Please sign in to comment.