Skip to content

Commit d9091ea

Browse files
committed
pyproject.toml: depend on pyproject_api >= 1.5
missing WHEEL metadata with certain PEP 517 backends Fix #2870
1 parent 3ac77e9 commit d9091ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"packaging>=23",
3030
"platformdirs>=2.6.2",
3131
"pluggy>=1",
32-
"pyproject-api>=1.4",
32+
"pyproject-api>=1.5",
3333
'tomli>=2.0.1; python_version < "3.11"',
3434
"virtualenv>=20.17.1",
3535
"filelock>=3.9",

0 commit comments

Comments
 (0)