summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d0f8243..be91aed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
# Must be kept in sync with `setup_requirements` in `setup.py`
requires = [
- "setuptools>=40.8.0",
+ "setuptools>=42.0.0",
"wheel",
"setuptools-rust",
]