Skip to content

Commit a3ecfd3

Browse files
authored
Update asv.conf.json
changing environment variables
1 parent 081a5fc commit a3ecfd3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

microbiorust-py/asv.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
// BUILD SETTINGS
1313
// This creates a virtualenv for every test
1414
"environment_type": "virtualenv",
15-
"pythons": ["3.14"],
15+
"pythons": ["3.12"],
16+
"reuse_existing_environment": true,
1617
"matrix": {
1718
"req": {}
1819
},

0 commit comments

Comments
 (0)