Skip to content

Commit bd6495c

Browse files
tweak asv.conf.json
1 parent 6eb27ed commit bd6495c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

benchmarks/asv.conf.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,20 @@
3636

3737
],
3838
"delegated_env_commands": {
39-
"c8a663a0": [
39+
"6eb27ed7": [
4040
"ENV_PARENT={conf_dir}/.asv/env/nox313",
4141
"PY_VER=3.13 nox --envdir={env_parent} --session=tests --install-only --no-error-on-external-run --verbose"
4242
],
43-
"d58fca7e": [
43+
"c8a663a0": [
4444
"ENV_PARENT={conf_dir}/.asv/env/nox312",
45+
"PY_VER=3.13 nox --envdir={env_parent} --session=tests --install-only --no-error-on-external-run --verbose"
46+
],
47+
"d58fca7e": [
48+
"ENV_PARENT={conf_dir}/.asv/env/nox311",
4549
"PY_VER=3.12 nox --envdir={env_parent} --session=tests --install-only --no-error-on-external-run --verbose"
4650
],
4751
"44fae030": [
48-
"ENV_PARENT={conf_dir}/.asv/env/nox311",
52+
"ENV_PARENT={conf_dir}/.asv/env/nox310",
4953
"PY_VER=3.11 nox --envdir={env_parent} --session=tests --install-only --no-error-on-external-run --verbose"
5054
]
5155
},

0 commit comments

Comments
 (0)