aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2025-03-17 19:33:27 +0100
committerGravatar Johannes Christ <[email protected]>2025-03-17 19:33:27 +0100
commit59bdbcc9ffc6d2d70b7be62d36d6da0ccf9a2931 (patch)
treea64d36832b33b3e50e0dbd647aaadf74c4f60f4c
parentImprove project description (diff)
Update build system requirements
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6dff666..f4a2b9d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,5 +27,5 @@ landlock = {version = "^1.0.0.dev4", platform = "linux"}
restrict = "poetry_restrict_plugin.plugin:RestrictPlugin"
[build-system]
-requires = ["poetry-core"]
+requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"