Skip to content

Commit 8153afb

Browse files
committed
Fix tests on 3.7
1 parent 2eea05b commit 8153afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/tests/data/bm_local_wheel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyperformance_bm_local_wheel"
3-
requires-python = ">=3.8"
3+
requires-python = ">=3.7"
44
dependencies = ["pyperf"]
55
urls = {repository = "https://github.com/python/pyperformance"}
66
version = "1.0"

0 commit comments

Comments
 (0)