From e7a9a8928a885941391fb584eba81578a292ee7d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 26 Sep 2023 17:18:56 +0200 Subject: [PATCH] Use poetry-core build backend https://github.com/python-poetry/poetry-core#why-is-this-required --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05146d9f..e1fd087d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,5 +70,5 @@ default_section = "THIRDPARTY" profile = "black" [build-system] -requires = ["poetry>=1.1.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"