aboutsummaryrefslogtreecommitdiffstats
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 461675f0..7d64f993 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,5 +3,5 @@
requires = [
"setuptools>=18.5",
"wheel",
- "cffi>=1.7,!=1.11.3; python_implementation != 'PyPy'",
+ "cffi>=1.8,!=1.11.3; python_implementation != 'PyPy'",
]