Skip to content

Commit 525ade9

Browse files
authored
Upgrade asv to 0.6.3 and update build_command. (#84)
* Upgrade asv to 0.6.3. * Update build_command after Django pyproject.toml migration. * Add Python 3.11 and 3.12 for benchmarking.
1 parent c2833d2 commit 525ade9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

asv.conf.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
"project_url": "https://www.djangoproject.com/",
55
"repo": "https://github.com/django/django.git",
66
"branches": ["main"],
7+
"build_command": [
8+
"python -m pip install build",
9+
"python -m build --wheel -o {build_cache_dir} {build_dir}"
10+
],
711
"environment_type": "conda",
812
"conda_channels": ["conda-forge", "defaults"],
913
"show_commit_url": "http://github.com/django/django/commit/",
10-
"pythons": ["3.10", "3.9", "3.8"]
14+
"pythons": ["3.10", "3.11", "3.12"]
1115
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
asv==0.5.1
1+
asv==0.6.3
22
pre-commit

0 commit comments

Comments
 (0)