File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [
55 " maturin>=1.8.6,<2" ,
66
77 # Must be kept in sync with `project.dependencies`
8- " cffi>=1.14 ; platform_python_implementation != 'PyPy'" ,
8+ " cffi @ https://github.com/ngoldbaum/cffi-ft@upstream-pr ; platform_python_implementation != 'PyPy'" ,
99 # Used by cffi (which import distutils, and in Python 3.12, distutils has
1010 # been removed from the stdlib, but installing setuptools puts it back) as
1111 # well as our build.rs for the rust/cffi bridge.
@@ -48,7 +48,7 @@ classifiers = [
4848requires-python = " >=3.8,!=3.9.0,!=3.9.1"
4949dependencies = [
5050 # Must be kept in sync with `build-system.requires`
51- " cffi>=1.14 ; platform_python_implementation != 'PyPy'" ,
51+ " cffi @ https://github.com/ngoldbaum/cffi-ft@upstream-pr ; platform_python_implementation != 'PyPy'" ,
5252]
5353
5454[project .urls ]
You can’t perform that action at this time.
0 commit comments