Skip to content

Commit c88c677

Browse files
authored
Use prerelease version of cffi for no-GIL compatibility
1 parent 128ffec commit c88c677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = []
2525

2626
[project.optional-dependencies]
2727
cffi = [
28-
'cffi @ git+https://github.com/Quansight-Labs/cffi-ft; python_version >= "3.13" and platform_python_implementation != "PyPy"',
28+
'cffi >= 2; python_version >= "3.13" and platform_python_implementation != "PyPy"',
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)