Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Update asv.conf.json to support recent changes #1437

Merged
merged 1 commit into from
Mar 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"return-code=any python -mpip uninstall -y qiskit-ignis"
],
"build_command": [
"pip install -U Cython",
"python setup.py build",
"pip install -U Cython setuptools-rust",
"python setup.py build_rust --release",
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
],

Expand Down Expand Up @@ -67,7 +67,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.6", "3.7", "3.8", "3.9"],
"pythons": ["3.7", "3.8", "3.9", "3.10"],

// The list of conda channel names to be searched for benchmark
// dependency packages in the specified order
Expand Down