Skip to content

Commit d276294

Browse files
committed
Allow poetry-core==2.1.3 when building wheels
A `poetry-core` version >=2.0 is required to understand the latest changes to `pyproject.toml`.
1 parent 7564524 commit d276294

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
@@ -387,7 +387,7 @@ tomli = ">=1.2.3"
387387
# runtime errors caused by build system changes.
388388
# We are happy to raise these upper bounds upon request,
389389
# provided we check that it's safe to do so (i.e. that CI passes).
390-
requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.10.2"]
390+
requires = ["poetry-core>=2.0.0,<=2.1.3", "setuptools_rust>=1.3,<=1.10.2"]
391391
build-backend = "poetry.core.masonry.api"
392392

393393

0 commit comments

Comments
 (0)