aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-12-11 13:28:58 +0000
committerGravatar Chris Lovering <[email protected]>2022-12-11 13:43:22 +0000
commit20e7f08e657157e77fe4cbd21494292480c24cce (patch)
treec8500df67b0d5906df84bad1246c967a4de745c5
parentSupport 3.11 and bump CI to use 3.11 (diff)
Mark project as requiring poetry-core>=1.2.0
This is required due to the use of dependancy groups
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 93164917..77b9db88 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -75,7 +75,7 @@ test = "pytest -n 8 --ff"
retest = "pytest -n 8 --lf"
[build-system]
-requires = ["poetry-core>=1.0.0"]
+requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"
[tool.coverage.run]