summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f0625aa41..eafc760eb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,5 +3,5 @@
requires = [
"setuptools",
"wheel",
- "cffi>=1.7,!=1.11.3; platform_python_implementation != 'PyPy'",
+ "cffi>=1.7,!=1.11.3",
]