Skip to content

Commit 29e5e4c

Browse files
authored
CI: Update Python version for ASVs (#53012)
1 parent bcd3492 commit 29e5e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/asv.conf.json

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

3030
// The Pythons you'd like to test against. If not provided, defaults
3131
// to the current version of Python used to run `asv`.
32-
"pythons": ["3.8"],
32+
"pythons": ["3.10"],
3333

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

0 commit comments

Comments
 (0)