We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128ffec commit c88c677Copy full SHA for c88c677
1 file changed
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = []
25
26
[project.optional-dependencies]
27
cffi = [
28
- 'cffi @ git+https://github.com/Quansight-Labs/cffi-ft; python_version >= "3.13" and platform_python_implementation != "PyPy"',
+ 'cffi >= 2; python_version >= "3.13" and platform_python_implementation != "PyPy"',
29
]
30
31
[project.urls]
0 commit comments