From 5358af95489a9bc9948b0edd79ff95cdaf142bcc Mon Sep 17 00:00:00 2001 From: Anthony House Date: Wed, 1 Nov 2023 15:29:15 -0400 Subject: [PATCH] Update pyproject build-system --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38ccdb6..ecc7e9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,8 +106,8 @@ notes = """, """ [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] testpaths = "tests/"