summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-02-13 10:12:09 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-02-13 10:12:09 +0100
commitee48e95a5b40a421e3745f857cf88b255e5c23fc (patch)
tree99ce2631df5f886145cdbd56bce21b77075637d4
parentd78d9ccf062ad114e727718edd7a0d386bed3f85 (diff)
downloadsetuptools-scm-ee48e95a5b40a421e3745f857cf88b255e5c23fc.tar.gz
set minimal setuptools version higher for build
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7f1219f..93a1e44 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
build-backend = "setuptools.build_meta"
requires = [
"packaging>=20",
- "setuptools>=45",
+ "setuptools>=55",
"typing_extensions",
]