Skip to content

Commit

Permalink
MAINT: Prepare virtualenv for py3.12
Browse files Browse the repository at this point in the history
Co-authored-by: Elliott Sales de Andrade <[email protected]>
  • Loading branch information
HaoZeke and QuLogic committed Aug 20, 2023
1 parent 8f5c8af commit 9b8e043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asv/plugins/virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def _setup(self):
util.check_call([
sys.executable,
"-mvirtualenv",
"--wheel=bundle",
"--setuptools=bundle",
"-p",
self._executable,
self._path], env=env)
Expand Down

0 comments on commit 9b8e043

Please sign in to comment.