We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f2d96 commit 1be144aCopy full SHA for 1be144a
pyproject.toml
@@ -5,7 +5,7 @@ requires = [
5
"setuptools>=40.6.0",
6
"wheel",
7
# Must be kept in sync with the `setup_requirements` in `setup.py`
8
- "cffi>=1.8,!=1.11.3; platform_python_implementation != 'PyPy'",
+ "cffi>=1.12; platform_python_implementation != 'PyPy'",
9
]
10
build-backend = "setuptools.build_meta"
11
setup.py
@@ -26,7 +26,7 @@
26
27
28
# `setup_requirements` must be kept in sync with `pyproject.toml`
29
-setup_requirements = ["cffi>=1.8,!=1.11.3"]
+setup_requirements = ["cffi>=1.12"]
30
31
if platform.python_implementation() == "PyPy":
32
if sys.pypy_version_info < (5, 4):
0 commit comments