Skip to content

Commit f4c59c0

Browse files
committed
Add explicit version dependency for cffi
1 parent 9ea6e5f commit f4c59c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def finalize_options(self):
6363
long_description_content_type="text/markdown",
6464
license="MIT",
6565
python_requires=">=3.3",
66-
install_requires=["cffi"],
66+
install_requires=["cffi>=1.13"],
6767
classifiers=[
6868
"Development Status :: 2 - Pre-Alpha",
6969
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)